C# Class Raven.Database.Indexing.Index.DuplicateDocumentRecorder

Datei anzeigen Open project: synhershko/ravendb

Public Methods

Method Description
DuplicateDocumentRecorder ( Searchable indexSearcher, Index parent, HashSet documentsAlreadySeenInPreviousPage, HashSet alreadyReturned, FieldsToFetch fieldsToFetch, bool isProjectionOrMapReduce ) : System
RecordResultsAlreadySeenForDistinctQuery ( Lucene.Net.Search.TopDocs search, bool adjustStart, int &start ) : int

Method Details

DuplicateDocumentRecorder() public method

public DuplicateDocumentRecorder ( Searchable indexSearcher, Index parent, HashSet documentsAlreadySeenInPreviousPage, HashSet alreadyReturned, FieldsToFetch fieldsToFetch, bool isProjectionOrMapReduce ) : System
indexSearcher Searchable
parent Index
documentsAlreadySeenInPreviousPage HashSet
alreadyReturned HashSet
fieldsToFetch FieldsToFetch
isProjectionOrMapReduce bool
return System

RecordResultsAlreadySeenForDistinctQuery() public method

public RecordResultsAlreadySeenForDistinctQuery ( Lucene.Net.Search.TopDocs search, bool adjustStart, int &start ) : int
search Lucene.Net.Search.TopDocs
adjustStart bool
start int
return int