goller      2003/11/28 09:03:25

  Modified:    src/java/org/apache/lucene/search PhrasePrefixQuery.java
  Log:
  two unused variables deleted
  
  Revision  Changes    Path
  1.9       +0 -3      
jakarta-lucene/src/java/org/apache/lucene/search/PhrasePrefixQuery.java
  
  Index: PhrasePrefixQuery.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-lucene/src/java/org/apache/lucene/search/PhrasePrefixQuery.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- PhrasePrefixQuery.java    29 Jan 2003 17:18:54 -0000      1.8
  +++ PhrasePrefixQuery.java    28 Nov 2003 17:03:25 -0000      1.9
  @@ -79,9 +79,6 @@
     private String field;
     private ArrayList termArrays = new ArrayList();
   
  -  private float idf = 0.0f;
  -  private float weight = 0.0f;
  -
     private int slop = 0;
   
     /* Sets the phrase slop for this query.
  
  
  

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

Reply via email to