ehatcher    2004/04/20 18:12:04

  Modified:    contributions/highlighter/src/java/org/apache/lucene/search/highlight
                        QueryTermExtractor.java
  Log:
  javadoc fixups
  
  Revision  Changes    Path
  1.2       +2 -4      
jakarta-lucene-sandbox/contributions/highlighter/src/java/org/apache/lucene/search/highlight/QueryTermExtractor.java
  
  Index: QueryTermExtractor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-lucene-sandbox/contributions/highlighter/src/java/org/apache/lucene/search/highlight/QueryTermExtractor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- QueryTermExtractor.java   9 Apr 2004 00:34:31 -0000       1.1
  +++ QueryTermExtractor.java   21 Apr 2004 01:12:04 -0000      1.2
  @@ -39,7 +39,6 @@
         *

         * @param query      Query to extract term texts from

         * @return an array of the terms used in a query, plus their weights.

  -      * @throws IOException

         */

        public static final WeightedTerm[] getTerms(Query query) 

        {

  @@ -52,9 +51,8 @@
         *

         * @param query      Query to extract term texts from

         * @param prohibited <code>true</code> to extract "prohibited" terms, too

  -     * @return an array of the terms used in a query, plus their weights.

  -     * @throws IOException

  -     */

  +   * @return an array of the terms used in a query, plus their weights.

  +   */

        public static final WeightedTerm[] getTerms(Query query, boolean prohibited) 

        {

                HashSet terms=new HashSet();

  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to