Index: lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/Lucene47WordDelimiterFilter.java =================================================================== --- lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/Lucene47WordDelimiterFilter.java (revision 1658088) +++ lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/Lucene47WordDelimiterFilter.java (working copy) @@ -48,43 +48,43 @@ /** * Causes parts of words to be generated: - *
- * "PowerShot" => "Power" "Shot" + *+ * "PowerShot" => "Power" "Shot" */ public static final int GENERATE_WORD_PARTS = 1; /** * Causes number subwords to be generated: - *
- * "500-42" => "500" "42" + *+ * "500-42" => "500" "42" */ public static final int GENERATE_NUMBER_PARTS = 2; /** * Causes maximum runs of word parts to be catenated: - *
- * "wi-fi" => "wifi" + *+ * "wi-fi" => "wifi" */ public static final int CATENATE_WORDS = 4; /** * Causes maximum runs of word parts to be catenated: - *
- * "wi-fi" => "wifi" + *+ * "wi-fi" => "wifi" */ public static final int CATENATE_NUMBERS = 8; /** * Causes all subword parts to be catenated: - *
- * "wi-fi-4000" => "wifi4000" + *+ * "wi-fi-4000" => "wifi4000" */ public static final int CATENATE_ALL = 16; /** * Causes original words are preserved and added to the subword list (Defaults to false) - *
- * "500-42" => "500" "42" "500-42" + *+ * "500-42" => "500" "42" "500-42" */ public static final int PRESERVE_ORIGINAL = 32; @@ -102,8 +102,8 @@ /** * Causes trailing "'s" to be removed for each subword - *
- * "O'Neil's" => "O", "Neil" + *
+ * "O'Neil's" => "O", "Neil"
*/
public static final int STEM_ENGLISH_POSSESSIVE = 256;
Index: lucene/common-build.xml
===================================================================
--- lucene/common-build.xml (revision 1658088)
+++ lucene/common-build.xml (working copy)
@@ -175,6 +175,10 @@
* If there is a {@link GroupQueryNode} in the query node tree, the query node
* tree is not merged with the one above it.
- *
+ *
* Example: TODO: describe a good example to show how this processor works
*
* @see org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler
Index: solr/common-build.xml
===================================================================
--- solr/common-build.xml (revision 1658088)
+++ solr/common-build.xml (working copy)
@@ -30,6 +30,10 @@
- *
+ * boolean operation defined on an specific query node.
+ *