D I M O S 

D

doPagingSearch(BufferedReader, IndexSearcher, Query, int, boolean, boolean) - Static method in class org.apache.lucene.demo.SearchFiles
This demonstrates a typical paging search scenario, where the search engine presents pages of size n to the user.

I

IndexFiles - Class in org.apache.lucene.demo
Index all text files under a directory.

M

main(String[]) - Static method in class org.apache.lucene.demo.IndexFiles
Index all text files under a directory.
main(String[]) - Static method in class org.apache.lucene.demo.SearchFiles
Simple command-line based search demo.

O

org.apache.lucene.demo - package org.apache.lucene.demo
Demo applications for indexing and searching.

S

SearchFiles - Class in org.apache.lucene.demo
Simple command-line based search demo.
D I M O S