[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/search/lucene s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 9 19:39:24 MST 2005


Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene
In directory www.crosswire.org:/tmp/cvs-serv13532/java/jsword/org/crosswire/jsword/book/search/lucene

Modified Files:
	Query.java IndexSearcher.java Msg.java AndQuery.java 
	BlurQuery.java OrQuery.java LuceneIndexManager.java 
	AbstractBinaryQuery.java LuceneIndex.java BaseQuery.java 
	ExtendedLuceneSyntax.java AndNotQuery.java QueryBuilder.java 
	RangeQuery.java 
Log Message:
Fixed the CVS Id keyword.

Index: RangeQuery.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/RangeQuery.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RangeQuery.java	10 May 2005 02:11:41 -0000	1.3
--- RangeQuery.java	10 May 2005 02:39:22 -0000	1.4
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: IndexSearcher.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/IndexSearcher.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** IndexSearcher.java	10 May 2005 02:11:41 -0000	1.2
--- IndexSearcher.java	10 May 2005 02:39:22 -0000	1.3
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: AbstractBinaryQuery.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/AbstractBinaryQuery.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AbstractBinaryQuery.java	10 May 2005 02:11:41 -0000	1.2
--- AbstractBinaryQuery.java	10 May 2005 02:39:22 -0000	1.3
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/Msg.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Msg.java	10 May 2005 02:11:41 -0000	1.14
--- Msg.java	10 May 2005 02:39:22 -0000	1.15
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: LuceneIndex.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/LuceneIndex.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** LuceneIndex.java	10 May 2005 02:11:41 -0000	1.20
--- LuceneIndex.java	10 May 2005 02:39:22 -0000	1.21
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: OrQuery.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/OrQuery.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** OrQuery.java	10 May 2005 02:11:41 -0000	1.4
--- OrQuery.java	10 May 2005 02:39:22 -0000	1.5
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: ExtendedLuceneSyntax.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/ExtendedLuceneSyntax.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ExtendedLuceneSyntax.java	10 May 2005 02:11:41 -0000	1.4
--- ExtendedLuceneSyntax.java	10 May 2005 02:39:22 -0000	1.5
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: BaseQuery.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/BaseQuery.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BaseQuery.java	10 May 2005 02:11:41 -0000	1.3
--- BaseQuery.java	10 May 2005 02:39:22 -0000	1.4
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: LuceneIndexManager.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/LuceneIndexManager.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** LuceneIndexManager.java	10 May 2005 02:11:41 -0000	1.10
--- LuceneIndexManager.java	10 May 2005 02:39:22 -0000	1.11
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: AndNotQuery.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/AndNotQuery.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AndNotQuery.java	10 May 2005 02:11:41 -0000	1.4
--- AndNotQuery.java	10 May 2005 02:39:22 -0000	1.5
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: Query.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/Query.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Query.java	10 May 2005 02:11:41 -0000	1.3
--- Query.java	10 May 2005 02:39:22 -0000	1.4
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: AndQuery.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/AndQuery.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AndQuery.java	10 May 2005 02:11:41 -0000	1.4
--- AndQuery.java	10 May 2005 02:39:22 -0000	1.5
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: BlurQuery.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/BlurQuery.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BlurQuery.java	10 May 2005 02:11:41 -0000	1.4
--- BlurQuery.java	10 May 2005 02:39:22 -0000	1.5
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;

Index: QueryBuilder.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/QueryBuilder.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** QueryBuilder.java	10 May 2005 02:11:41 -0000	1.4
--- QueryBuilder.java	10 May 2005 02:39:22 -0000	1.5
***************
*** 18,22 ****
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $ID$
   */
  package org.crosswire.jsword.book.search.lucene;
--- 18,22 ----
   *     The copyright to this program is held by it's authors.
   *
!  * ID: $Id$
   */
  package org.crosswire.jsword.book.search.lucene;



More information about the jsword-svn mailing list