Searched defs:accept (Results 1 - 21 of 21) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/document/
H A DFieldSelector.java29 * @param fieldName the field to accept or reject
33 FieldSelectorResult accept(String fieldName); method in interface:FieldSelector
H A DLoadFirstFieldSelector.java26 public FieldSelectorResult accept(String fieldName) { method in class:LoadFirstFieldSelector
H A DMapFieldSelector.java62 public FieldSelectorResult accept(String field) { method in class:MapFieldSelector
H A DSetBasedFieldSelector.java48 public FieldSelectorResult accept(String fieldName) { method in class:SetBasedFieldSelector
/lucene-3.6.0/solr/core/src/java/org/apache/solr/analysis/
H A DKeepWordFilter.java53 public boolean accept() throws IOException { method in class:KeepWordFilter
/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/sinks/
H A DTokenTypeSinkFilter.java36 public boolean accept(AttributeSource source) { method in class:TokenTypeSinkFilter
H A DDateRecognizerSinkFilter.java52 public boolean accept(AttributeSource source) { method in class:DateRecognizerSinkFilter
H A DTokenRangeSinkFilter.java41 public boolean accept(AttributeSource source) { method in class:TokenRangeSinkFilter
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/analysis/
H A DFilteringTokenFilter.java27 * You have to implement {@link #accept} and return a boolean if the current
43 protected abstract boolean accept() throws IOException; method in class:FilteringTokenFilter
50 if (accept()) {
60 if (accept()) {
H A DLengthFilter.java58 public boolean accept() throws IOException { method in class:LengthFilter
H A DStopFilter.java251 protected boolean accept() throws IOException { method in class:StopFilter
H A DTypeTokenFilter.java45 * By default accept the token if its type is not a stop type.
46 * When the useWhiteList parameter is set to true then accept the token if its type is contained in the stopTypes
49 protected boolean accept() throws IOException { method in class:TypeTokenFilter
H A DTeeSinkTokenFilter.java138 if (sink.accept(this)) {
172 public abstract boolean accept(AttributeSource source); method in class:TeeSinkTokenFilter.SinkFilter
197 private boolean accept(AttributeSource source) { method in class:TeeSinkTokenFilter.SinkTokenStream
198 return filter.accept(source);
243 public boolean accept(AttributeSource source) {
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexFileNameFilter.java25 * Filename filter that accept filenames and extensions only created by Lucene.
48 * @see java.io.FilenameFilter#accept(java.io.File, java.lang.String)
50 public boolean accept(File dir, String name) { method in class:IndexFileNameFilter
73 * files that pass the above "accept" (ie, are already
/lucene-3.6.0/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/analysis/ja/
H A DJapanesePartOfSpeechStopFilter.java40 protected boolean accept() throws IOException { method in class:JapanesePartOfSpeechStopFilter
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/util/
H A DRegexFileFilter.java37 public boolean accept(File f) { method in class:RegexFileFilter
/lucene-3.6.0/lucene/contrib/pruning/src/java/org/apache/lucene/index/pruning/
H A DStorePruningPolicy.java122 public FieldSelectorResult accept(String fieldName) { method in class:StorePruningPolicy.DelFieldSelector
131 return parent.accept(fieldName);
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/analysis/
H A DTestTeeSinkTokenFilter.java56 public boolean accept(AttributeSource a) {
64 public boolean accept(AttributeSource a) {
219 public boolean accept(AttributeSource a) { method in class:TestTeeSinkTokenFilter.ModuloSinkFilter
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/analysis/
H A DTestTeeSinkTokenFilter.java56 public boolean accept(AttributeSource a) {
64 public boolean accept(AttributeSource a) {
219 public boolean accept(AttributeSource a) { method in class:TestTeeSinkTokenFilter.ModuloSinkFilter
/lucene-3.6.0/lucene/contrib/misc/src/java/org/apache/lucene/index/
H A DTermVectorAccessor.java53 public void accept(IndexReader indexReader, int documentNumber, String fieldName, TermVectorMapper mapper) throws IOException { method in class:TermVectorAccessor
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/
H A DSolrIndexSearcher.java423 public FieldSelectorResult accept(String fieldName) { method in class:SolrIndexSearcher.SetNonLazyFieldSelector

Completed in 3447 milliseconds