public class IncludeExclude extends Object
include is evaluated first and then the exclude.| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
IncludeExclude.LongFilter |
static class |
IncludeExclude.OrdinalsFilter |
static class |
IncludeExclude.Parser |
static class |
IncludeExclude.StringFilter |
| コンストラクタと説明 |
|---|
IncludeExclude(org.apache.lucene.util.automaton.RegExp include,
org.apache.lucene.util.automaton.RegExp exclude) |
IncludeExclude(SortedSet<org.apache.lucene.util.BytesRef> includeValues,
SortedSet<org.apache.lucene.util.BytesRef> excludeValues) |
public IncludeExclude(org.apache.lucene.util.automaton.RegExp include,
org.apache.lucene.util.automaton.RegExp exclude)
include - The regular expression pattern for the terms to be includedexclude - The regular expression pattern for the terms to be excludedpublic boolean isRegexBased()
public IncludeExclude.StringFilter convertToStringFilter()
public IncludeExclude.OrdinalsFilter convertToOrdinalsFilter()
public IncludeExclude.LongFilter convertToLongFilter()
public IncludeExclude.LongFilter convertToDoubleFilter()
Copyright © 2009–2016. All rights reserved.