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.
|