[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/search s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun May 1 18:29:34 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search
In directory www.crosswire.org:/tmp/cvs-serv26301/java/jsword/org/crosswire/jsword/book/search
Modified Files:
SearchRequest.java SearchSyntax.java SearchModifier.java
SearchSyntaxFactory.java SearchType.java
Log Message:
Fixed the bug where notes were being indexed by adding getVerseText as a replacement for getPlainText. The latter is still needed for non-bibles.
Also cleaned up checkstyle reports and added/corrected javadoc.
Index: SearchSyntax.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearchSyntax.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SearchSyntax.java 25 Apr 2005 01:22:23 -0000 1.1
--- SearchSyntax.java 2 May 2005 01:29:32 -0000 1.2
***************
*** 23,27 ****
* </font></td></tr></table>
* @see gnu.gpl.Licence
! * @author DM Smith [ dmsmith555 at hotmail dot com]
* @version $Id$
*/
--- 23,27 ----
* </font></td></tr></table>
* @see gnu.gpl.Licence
! * @author DM Smith [ dmsmith555 at yahoo dot com]
* @version $Id$
*/
Index: SearchRequest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearchRequest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SearchRequest.java 1 Apr 2005 17:09:46 -0000 1.1
--- SearchRequest.java 2 May 2005 01:29:32 -0000 1.2
***************
*** 22,26 ****
* </font></td></tr></table>
* @see gnu.gpl.Licence
! * @author DM Smith [dmsmith555 at gmail dot com]
* @version $Id$
*/
--- 22,26 ----
* </font></td></tr></table>
* @see gnu.gpl.Licence
! * @author DM Smith [dmsmith555 at yahoo dot com]
* @version $Id$
*/
Index: SearchModifier.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearchModifier.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SearchModifier.java 1 Apr 2005 17:09:46 -0000 1.1
--- SearchModifier.java 2 May 2005 01:29:32 -0000 1.2
***************
*** 23,27 ****
* </font></td></tr></table>
* @see gnu.gpl.Licence
! * @author DM Smith [dmsmith555 at gmail dot com]
* @version $Id$
*/
--- 23,27 ----
* </font></td></tr></table>
* @see gnu.gpl.Licence
! * @author DM Smith [dmsmith555 at yahoo dot com]
* @version $Id$
*/
Index: SearchType.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearchType.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SearchType.java 25 Apr 2005 01:22:23 -0000 1.1
--- SearchType.java 2 May 2005 01:29:32 -0000 1.2
***************
*** 25,29 ****
* </font></td></tr></table>
* @see gnu.gpl.Licence
! * @author Joe Walker [joe at eireneh dot com]
* @version $Id$
*/
--- 25,29 ----
* </font></td></tr></table>
* @see gnu.gpl.Licence
! * @author DM Smith [dmsmith555 at yahoo dot com]
* @version $Id$
*/
***************
*** 42,46 ****
return searchSyntax.decoratePhrase(queryWords);
}
!
/**
* Serialization ID
--- 42,46 ----
return searchSyntax.decoratePhrase(queryWords);
}
!
/**
* Serialization ID
Index: SearchSyntaxFactory.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/SearchSyntaxFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SearchSyntaxFactory.java 25 Apr 2005 01:22:23 -0000 1.1
--- SearchSyntaxFactory.java 2 May 2005 01:29:32 -0000 1.2
***************
*** 25,29 ****
* </font></td></tr></table>
* @see gnu.gpl.Licence
! * @author Joe Walker [joe at eireneh dot com]
* @version $Id$
*/
--- 25,29 ----
* </font></td></tr></table>
* @see gnu.gpl.Licence
! * @author DM Smith [dmsmith555 at yahoo dot com]
* @version $Id$
*/
More information about the jsword-svn
mailing list