/[Apache-SVN]
ViewVC logotype

Revision 1141246


Jump to revision: Previous Next
Author: rmuir
Date: Wed Jun 29 21:02:07 2011 UTC (13 years, 3 months ago)
Changed paths: 354 (showing only 100; show all)
Log Message:
LUCENE-3079: faceting module (port to trunk)

Changed paths

Path Details
Directorylucene/dev/trunk/ modified , props changed
Directorylucene/dev/trunk/dev-tools/eclipse/dot.classpath modified , text changed
Directorylucene/dev/trunk/dev-tools/idea/lucene/contrib/ modified , props changed
Directorylucene/dev/trunk/dev-tools/idea/modules/facet/ added
Directorylucene/dev/trunk/dev-tools/idea/modules/facet/facet.iml added
Directorylucene/dev/trunk/dev-tools/idea/modules/join/ added
Directorylucene/dev/trunk/dev-tools/idea/modules/join/join.iml added
Directorylucene/dev/trunk/dev-tools/maven/modules/facet/
(Copied from lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/facet, r1141060)
added
Directorylucene/dev/trunk/dev-tools/maven/modules/facet/pom.xml.template
(Copied from lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/facet/pom.xml.template, r1141060)
replaced , text changed
Directorylucene/dev/trunk/lucene/ modified , props changed
Directorylucene/dev/trunk/lucene/contrib/CHANGES.txt modified , text changed
Directorylucene/dev/trunk/lucene/contrib/queries/src/test/org/apache/lucene/search/regex/TestSpanRegexQuery.java modified , props changed
Directorylucene/dev/trunk/lucene/contrib/xml-query-parser/src/test/org/apache/lucene/xmlparser/builders/TestNumericRangeFilterBuilder.java modified , props changed
Directorylucene/dev/trunk/modules/build.xml modified , text changed
Directorylucene/dev/trunk/modules/facet/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet, r1141060)
added , props changed
Directorylucene/dev/trunk/modules/facet/LICENSE.txt added
Directorylucene/dev/trunk/modules/facet/NOTICE.txt added
Directorylucene/dev/trunk/modules/facet/build.xml
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/build.xml, r1141060)
replaced , text changed
Directorylucene/dev/trunk/modules/facet/src/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/ExampleResult.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/ExampleResult.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/ExampleUtils.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/ExampleUtils.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/adaptive/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/adaptive, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/adaptive/AdaptiveMain.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/adaptive/AdaptiveMain.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/adaptive/AdaptiveSearcher.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/adaptive/AdaptiveSearcher.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/association/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/association, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/association/AssociationIndexer.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/association/AssociationIndexer.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/association/AssociationMain.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/association/AssociationMain.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/association/AssociationSearcher.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/association/AssociationSearcher.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/association/AssociationUtils.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/association/AssociationUtils.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/merge/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/merge, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/merge/TaxonomyMergeUtils.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/merge/TaxonomyMergeUtils.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/multiCL/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/multiCL, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/multiCL/MultiCLIndexer.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/multiCL/MultiCLIndexer.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/multiCL/MultiCLMain.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/multiCL/MultiCLMain.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/multiCL/MultiCLSearcher.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/multiCL/MultiCLSearcher.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/simple/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/simple, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/simple/SimpleIndexer.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/simple/SimpleIndexer.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/simple/SimpleMain.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/simple/SimpleMain.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/simple/SimpleSearcher.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/simple/SimpleSearcher.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/simple/SimpleUtils.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/simple/SimpleUtils.java, r1141060)
replaced , text changed
Directorylucene/dev/trunk/modules/facet/src/examples/org/apache/lucene/facet/example/simple/package.html
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/examples/org/apache/lucene/facet/example/simple/package.html, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/DocumentBuilder.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/DocumentBuilder.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/FacetException.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/FacetException.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/CategoryEnhancement.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/CategoryEnhancement.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/EnhancementsCategoryTokenizer.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/EnhancementsCategoryTokenizer.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/EnhancementsDocumentBuilder.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/EnhancementsDocumentBuilder.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/EnhancementsPayloadIterator.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/EnhancementsPayloadIterator.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/association, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationEnhancement.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationEnhancement.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationFloatProperty.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationFloatProperty.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationIntProperty.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationIntProperty.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationListTokenizer.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationListTokenizer.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationProperty.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationProperty.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationsPayloadIterator.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/association/AssociationsPayloadIterator.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/package.html
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/association/package.html, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/package.html
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/package.html, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/params/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/params, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/params/DefaultEnhancementsIndexingParams.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/params/DefaultEnhancementsIndexingParams.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/params/EnhancementsIndexingParams.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/params/EnhancementsIndexingParams.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/enhancements/params/package.html
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/params/package.html, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/CategoryContainer.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/CategoryContainer.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/CategoryDocumentBuilder.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/CategoryDocumentBuilder.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/CategoryListPayloadStream.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/CategoryListPayloadStream.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/FacetsPayloadProcessorProvider.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/FacetsPayloadProcessorProvider.java, r1141060)
replaced , text changed
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/attributes/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/attributes/CategoryAttribute.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes/CategoryAttribute.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/attributes/CategoryAttributeImpl.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes/CategoryAttributeImpl.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/attributes/CategoryAttributesIterable.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes/CategoryAttributesIterable.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/attributes/CategoryProperty.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes/CategoryProperty.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/attributes/OrdinalProperty.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes/OrdinalProperty.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/attributes/package.html
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes/package.html, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/DefaultOrdinalPolicy.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/DefaultOrdinalPolicy.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/DefaultPathPolicy.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/DefaultPathPolicy.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/NonTopLevelOrdinalPolicy.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/NonTopLevelOrdinalPolicy.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/NonTopLevelPathPolicy.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/NonTopLevelPathPolicy.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/OrdinalPolicy.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/OrdinalPolicy.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/PathPolicy.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/PathPolicy.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/package.html
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/package.html, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/params/
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/params, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/params/CategoryListParams.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/params/CategoryListParams.java, r1141060)
replaced , text changed
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/params/DefaultFacetIndexingParams.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/params/DefaultFacetIndexingParams.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/params/FacetIndexingParams.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/params/FacetIndexingParams.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/params/FacetParamsMissingPropertyException.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/params/FacetParamsMissingPropertyException.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/params/PerDimensionIndexingParams.java
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/params/PerDimensionIndexingParams.java, r1141060)
replaced
Directorylucene/dev/trunk/modules/facet/src/java/org/apache/lucene/facet/index/params/package.html
(Copied from lucene/dev/branches/branch_3x/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/params/package.html, r1141060)
replaced
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26