Searched refs:ALL (Results 1 - 10 of 10) sorted by relevance

/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/params/
H A DTermVectorParams.java55 public static final String ALL = TV_PREFIX + "all"; field in interface:TermVectorParams
H A DFacetParams.java244 BEFORE, AFTER, BETWEEN, ALL, NONE; enum constant in enum:FacetParams.FacetRangeOther
263 BEFORE, AFTER, BETWEEN, ALL, NONE; enum constant in enum:FacetParams.FacetDateOther
297 ALL, LOWER, UPPER, EDGE, OUTER; enum constant in enum:FacetParams.FacetRangeInclude
326 if (include.contains(FacetRangeInclude.ALL))
H A DCommonParams.java107 ALL, enum constant in enum:CommonParams.EchoParamStyle
116 if( v.equals( "ALL") ) {
117 return ALL;
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DSortedTermVectorMapper.java39 public static final String ALL = "_ALL_"; field in class:SortedTermVectorMapper
67 entry = new TermVectorEntry(ALL, term, frequency,
/lucene-3.6.0/lucene/test-framework/lib/
H A Dant-LICENSE-ASL.txt216 hereby granted, provided that you include the following on ALL copies of the
H A Dant-junit-LICENSE-ASL.txt216 hereby granted, provided that you include the following on ALL copies of the
/lucene-3.6.0/solr/core/src/test/org/apache/solr/handler/component/
H A DTermVectorComponentTest.java140 , TermVectorParams.ALL, "true")
/lucene-3.6.0/solr/core/src/java/org/apache/solr/handler/component/
H A DTermVectorComponent.java103 boolean all = params.getBool(TermVectorParams.ALL, false);
/lucene-3.6.0/solr/core/src/java/org/apache/solr/request/
H A DSimpleFacets.java720 boolean all = others.contains(FacetRangeOther.ALL);
912 boolean all = others.contains(FacetRangeOther.ALL);
/lucene-3.6.0/solr/core/src/java/org/apache/solr/core/
H A DSolrCore.java104 // only change the BooleanQuery maxClauseCount once for ALL cores...
1432 + " parameter, use '" + EchoParamStyle.EXPLICIT + "' or '" + EchoParamStyle.ALL + "'" );
1436 } else if( echoParams == EchoParamStyle.ALL ) {

Completed in 200 milliseconds