API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.search.simpleindexer
Author(s)
Since
Version
Serial
Description
Provide a simple indexer/search engine mainly for for text files.
See also:   
JOTDefaultSearchSorter View Source Default search sorter Sorting results by score / hits if all keywords are found in the page then you get maximum score(10/10) each time one of the keyword is found in the page it counts as a "hit" also finds the best line in the file(most keywords) can be use to show an abstract
JOTIndexHandler View Source Helper to JOTSimpleSearchEngine to handle the index files.
JOTRawSearchResult View Source The "raw" search results for one keyword esrach results.
JOTSearchResult View Source Represented an entry of the sorted search result (ie: a file) This is of type hashtable, so that a user writing it's own JOTSearchsorter implementation could add it's own extra element data
JOTSearchSorter View Source Interface for custom implementations of an algorithm for sorting search query results
JOTSimpleSearchEngine View Source Implement a simple search engine using a text/keyword index Use(or extend) to index/search plain text pfiles.
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar