Class QueryWrapperFilter
Constrains search results to only match those which also match a provided query.
This could be used, for example, with a NumericRangeQuery on a suitably
formatted date field to implement date filtering. One could re-use a single
CachingWrapperFilter(QueryWrapperFilter)
that matches, e.g., only documents modified
within the last week. This would only need to be reconstructed once per day.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class QueryWrapperFilter : Filter
Constructors
Name | Description |
---|---|
QueryWrapperFilter(Query) | Constructs a filter which only matches documents matching
|
Properties
Name | Description |
---|---|
Query | Returns the inner Query |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetDocIdSet(AtomicReaderContext, IBits) | |
GetHashCode() | |
ToString() |