public class SearchFiles extends Object
Modifier and Type | Method and Description |
---|---|
static void |
doPagingSearch(BufferedReader in,
Searcher searcher,
Query query,
int hitsPerPage,
boolean raw,
boolean interactive)
This demonstrates a typical paging search scenario, where the search engine presents
pages of size n to the user.
|
static void |
doStreamingSearch(Searcher searcher,
Query query)
This method uses a custom HitCollector implementation which simply prints out
the docId and score of every matching document.
|
static void |
main(String[] args)
Simple command-line based search demo.
|
public static void main(String[] args) throws Exception
Exception
public static void doStreamingSearch(Searcher searcher, Query query) throws IOException
IOException
public static void doPagingSearch(BufferedReader in, Searcher searcher, Query query, int hitsPerPage, boolean raw, boolean interactive) throws IOException
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.