A C D E F G I M O R S 

A

AssociationsFacetsExample - Class in org.apache.lucene.demo.facet
Shows example usage of category associations.
AssociationsFacetsExample() - Constructor for class org.apache.lucene.demo.facet.AssociationsFacetsExample
Empty constructor

C

close() - Method in class org.apache.lucene.demo.facet.DistanceFacetsExample
 
close() - Method in class org.apache.lucene.demo.facet.RangeFacetsExample
 

D

DistanceFacetsExample - Class in org.apache.lucene.demo.facet
Shows simple usage of dynamic range faceting, using the expressions module to calculate distance.
DistanceFacetsExample() - Constructor for class org.apache.lucene.demo.facet.DistanceFacetsExample
Empty constructor
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.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.lucene.demo.xmlparser.FormBasedXmlQueryDemo
 
drillDown(DoubleRange) - Method in class org.apache.lucene.demo.facet.DistanceFacetsExample
User drills down on the specified range.
drillDown(LongRange) - Method in class org.apache.lucene.demo.facet.RangeFacetsExample
User drills down on the specified range.

E

EARTH_RADIUS_KM - Static variable in class org.apache.lucene.demo.facet.DistanceFacetsExample
Radius of the Earth in KM NOTE: this is approximate, because the earth is a bit wider at the equator than the poles.
EXAMPLES_VER - Static variable in interface org.apache.lucene.demo.facet.FacetExamples
The Lucene Version used by the example code.
ExpressionAggregationFacetsExample - Class in org.apache.lucene.demo.facet
Shows facets aggregation by an expression.
ExpressionAggregationFacetsExample() - Constructor for class org.apache.lucene.demo.facet.ExpressionAggregationFacetsExample
Empty constructor

F

FacetExamples - Interface in org.apache.lucene.demo.facet
Hold various constants used by facet examples.
FormBasedXmlQueryDemo - Class in org.apache.lucene.demo.xmlparser
Example servlet that uses the XML queryparser.
FormBasedXmlQueryDemo() - Constructor for class org.apache.lucene.demo.xmlparser.FormBasedXmlQueryDemo
for instantiation by the servlet container

G

getBoundingBoxFilter(double, double, double) - Static method in class org.apache.lucene.demo.facet.DistanceFacetsExample
Given a latitude and longitude (in degrees) and the maximum great circle (surface of the earth) distance, returns a simple Filter bounding box to "fast match" candidates.

I

index() - Method in class org.apache.lucene.demo.facet.DistanceFacetsExample
Build the example index.
index() - Method in class org.apache.lucene.demo.facet.RangeFacetsExample
Build the example index.
IndexFiles - Class in org.apache.lucene.demo
Index all text files under a directory.
init(ServletConfig) - Method in class org.apache.lucene.demo.xmlparser.FormBasedXmlQueryDemo
 

M

main(String[]) - Static method in class org.apache.lucene.demo.facet.AssociationsFacetsExample
Runs the sum int/float associations examples and prints the results.
main(String[]) - Static method in class org.apache.lucene.demo.facet.DistanceFacetsExample
Runs the search and drill-down examples and prints the results.
main(String[]) - Static method in class org.apache.lucene.demo.facet.ExpressionAggregationFacetsExample
Runs the search and drill-down examples and prints the results.
main(String[]) - Static method in class org.apache.lucene.demo.facet.MultiCategoryListsFacetsExample
Runs the search example and prints the results.
main(String[]) - Static method in class org.apache.lucene.demo.facet.RangeFacetsExample
Runs the search and drill-down examples and prints the results.
main(String[]) - Static method in class org.apache.lucene.demo.facet.SimpleFacetsExample
Runs the search and drill-down examples and prints the results.
main(String[]) - Static method in class org.apache.lucene.demo.facet.SimpleSortedSetFacetsExample
Runs the search and drill-down examples and prints the results.
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.
MultiCategoryListsFacetsExample - Class in org.apache.lucene.demo.facet
Demonstrates indexing categories into different indexed fields.
MultiCategoryListsFacetsExample() - Constructor for class org.apache.lucene.demo.facet.MultiCategoryListsFacetsExample
Creates a new instance and populates the catetory list params mapping.

O

org.apache.lucene.demo - package org.apache.lucene.demo
Demo applications for indexing and searching.
org.apache.lucene.demo.facet - package org.apache.lucene.demo.facet
Facets example code.
org.apache.lucene.demo.xmlparser - package org.apache.lucene.demo.xmlparser
Demo servlet for the XML Query Parser.
ORIGIN_LATITUDE - Static variable in class org.apache.lucene.demo.facet.DistanceFacetsExample
The "home" latitude.
ORIGIN_LONGITUDE - Static variable in class org.apache.lucene.demo.facet.DistanceFacetsExample
The "home" longitude.

R

RangeFacetsExample - Class in org.apache.lucene.demo.facet
Shows simple usage of dynamic range faceting.
RangeFacetsExample() - Constructor for class org.apache.lucene.demo.facet.RangeFacetsExample
Empty constructor
runDrillDown() - Method in class org.apache.lucene.demo.facet.AssociationsFacetsExample
Runs the drill-down example.
runDrillDown() - Method in class org.apache.lucene.demo.facet.SimpleFacetsExample
Runs the drill-down example.
runDrillDown() - Method in class org.apache.lucene.demo.facet.SimpleSortedSetFacetsExample
Runs the drill-down example.
runDrillSideways() - Method in class org.apache.lucene.demo.facet.SimpleFacetsExample
Runs the drill-sideways example.
runSearch() - Method in class org.apache.lucene.demo.facet.ExpressionAggregationFacetsExample
Runs the search example.
runSearch() - Method in class org.apache.lucene.demo.facet.MultiCategoryListsFacetsExample
Runs the search example.
runSearch() - Method in class org.apache.lucene.demo.facet.SimpleFacetsExample
Runs the search example.
runSearch() - Method in class org.apache.lucene.demo.facet.SimpleSortedSetFacetsExample
Runs the search example.
runSumAssociations() - Method in class org.apache.lucene.demo.facet.AssociationsFacetsExample
Runs summing association example.

S

search() - Method in class org.apache.lucene.demo.facet.DistanceFacetsExample
User runs a query and counts facets.
search() - Method in class org.apache.lucene.demo.facet.RangeFacetsExample
User runs a query and counts facets.
SearchFiles - Class in org.apache.lucene.demo
Simple command-line based search demo.
SimpleFacetsExample - Class in org.apache.lucene.demo.facet
Shows simple usage of faceted indexing and search.
SimpleFacetsExample() - Constructor for class org.apache.lucene.demo.facet.SimpleFacetsExample
Empty constructor
SimpleSortedSetFacetsExample - Class in org.apache.lucene.demo.facet
Shows simple usage of faceted indexing and search, using SortedSetDocValuesFacetField and SortedSetDocValuesFacetCounts.
SimpleSortedSetFacetsExample() - Constructor for class org.apache.lucene.demo.facet.SimpleSortedSetFacetsExample
Empty constructor
A C D E F G I M O R S 

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.