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

jswordcvs at crosswire.org jswordcvs at crosswire.org
Tue Feb 15 10:05:59 MST 2005


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

Modified Files:
	IndexSearcher.java 
Log Message:
javadoc sillyness

Index: IndexSearcher.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/parse/IndexSearcher.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** IndexSearcher.java	9 Oct 2004 21:45:05 -0000	1.3
--- IndexSearcher.java	15 Feb 2005 17:05:56 -0000	1.4
***************
*** 20,30 ****
   * Functionality the I invisage includes:<ul>
   * <li>A simple search syntax that goes something like this.<ul>
!  *     <li>aaron, moses     (verses containing aaron and moses. Can also use & or +)
!  *     <li>aaron/moses      (verses containing aaron or moses. Can also use |)
!  *     <li>aaron - moses    (verses containing aaron but not moses)
!  *     <li>aaron ~5 , moses (verses with aaron within 5 verses of moses)
!  *     <li>soundslike aaron (verses with words that sound like aaron. Can also use sl ...)
!  *     <li>thesaurus happy  (verses with words that mean happy. Can also use th ...)
!  *     <li>grammar have     (words like has have had and so on. Can also use gr ...)</ul>
   * <li>The ability to add soundslike type extensions.</ul>
   * 
--- 20,30 ----
   * Functionality the I invisage includes:<ul>
   * <li>A simple search syntax that goes something like this.<ul>
!  * <li>aaron, moses     (verses containing aaron and moses. Can also use & or +)
!  * <li>aaron/moses      (verses containing aaron or moses. Can also use |)
!  * <li>aaron - moses    (verses containing aaron but not moses)
!  * <li>aaron ~5 , moses (verses with aaron within 5 verses of moses)
!  * <li>soundslike aaron (verses with words that sound like aaron. Can also use sl ...)
!  * <li>thesaurus happy  (verses with words that mean happy. Can also use th ...)
!  * <li>grammar have     (words like has have had and so on. Can also use gr ...)</ul>
   * <li>The ability to add soundslike type extensions.</ul>
   * 



More information about the jsword-svn mailing list