API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.search.simpleindexer. JOTRawSearchResult View Source
Author(s)
tcolar
Since
Version
Serial
Hierarchy
 Object
      JOTRawSearchResult
Implements
Subclasses
Description
public class JOTRawSearchResult
The "raw" search results for one keyword esrach results.
See also:   
Constructors
protected JOTRawSearchResult (JOTIndexHandler handler, String keyword, String indexLine)
constructor, called from searchengine indexLine: the keyword line from the index file for the keyword
Methods
Hide/Show inherited methods
public String getKeyword ()
  return the keyword those results are for.
public String getMatchingIds ()
  Get the list of macthing id's (default: filepath), or whatever the uniqueId was when you indexed the file
public Integer getResultsForId (String id)
  Return an array of Integer[], containing the line number(s) where the keyword was found in the specified file(identified by it's id) If a keyword is on the same line twice, that line number will be in the array twice
public void setKeyword (String keyword)
Fields
Hide/Show inherited fields
pack-privatefinalstatic Pattern resultPattern
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar