Lucene++ - a full-featured, c++ search engine
API Documentation


Loading...
Searching...
No Matches
Lucene::FreqProxTermsWriterPerField Class Reference

#include <FreqProxTermsWriterPerField.h>

Inheritance diagram for Lucene::FreqProxTermsWriterPerField:

Public Member Functions

 FreqProxTermsWriterPerField (const TermsHashPerFieldPtr &termsHashPerField, const FreqProxTermsWriterPerThreadPtr &perThread, const FieldInfoPtr &fieldInfo)
virtual ~FreqProxTermsWriterPerField ()
virtual String getClassName ()
boost::shared_ptr< FreqProxTermsWriterPerFieldshared_from_this ()
virtual int32_t getStreamCount ()
virtual void finish ()
virtual void skippingLongTerm ()
virtual int32_t compareTo (const LuceneObjectPtr &other)
 Compare two objects.
void reset ()
virtual bool start (Collection< FieldablePtr > fields, int32_t count)
virtual void start (const FieldablePtr &field)
void writeProx (const FreqProxTermsWriterPostingListPtr &p, int32_t proxCode)
virtual void newTerm (const RawPostingListPtr &p)
virtual void addTerm (const RawPostingListPtr &p)
void abort ()
Public Member Functions inherited from Lucene::TermsHashConsumerPerField
virtual ~TermsHashConsumerPerField ()
boost::shared_ptr< TermsHashConsumerPerFieldshared_from_this ()
Public Member Functions inherited from Lucene::LuceneObject
virtual ~LuceneObject ()
virtual void initialize ()
 Called directly after instantiation to create objects that depend on this object being fully constructed.
virtual LuceneObjectPtr clone (const LuceneObjectPtr &other=LuceneObjectPtr())
 Return clone of this object.
virtual int32_t hashCode ()
 Return hash code for this object.
virtual bool equals (const LuceneObjectPtr &other)
 Return whether two objects are equal.
virtual String toString ()
 Returns a string representation of the object.
Public Member Functions inherited from Lucene::LuceneSync
virtual ~LuceneSync ()
virtual SynchronizePtr getSync ()
 Return this object synchronize lock.
virtual LuceneSignalPtr getSignal ()
 Return this object signal.
virtual void lock (int32_t timeout=0)
 Lock this object using an optional timeout.
virtual void unlock ()
 Unlock this object.
virtual bool holdsLock ()
 Returns true if this object is currently locked by current thread.
virtual void wait (int32_t timeout=0)
 Wait for signal using an optional timeout.
virtual void notifyAll ()
 Notify all threads waiting for signal.

Static Public Member Functions

static String _getClassName ()
Static Public Member Functions inherited from Lucene::TermsHashConsumerPerField
static String _getClassName ()

Data Fields

FreqProxTermsWriterPerThreadWeakPtr _perThread
TermsHashPerFieldWeakPtr _termsHashPerField
FieldInfoPtr fieldInfo
DocStatePtr docState
FieldInvertStatePtr fieldState
bool omitTermFreqAndPositions
PayloadAttributePtr payloadAttribute
bool hasPayloads

Additional Inherited Members

Protected Member Functions inherited from Lucene::LuceneObject
 LuceneObject ()
Protected Attributes inherited from Lucene::LuceneSync
SynchronizePtr objectLock
LuceneSignalPtr objectSignal

Constructor & Destructor Documentation

◆ FreqProxTermsWriterPerField()

Lucene::FreqProxTermsWriterPerField::FreqProxTermsWriterPerField ( const TermsHashPerFieldPtr & termsHashPerField,
const FreqProxTermsWriterPerThreadPtr & perThread,
const FieldInfoPtr & fieldInfo )

References fieldInfo.

Referenced by _getClassName().

◆ ~FreqProxTermsWriterPerField()

virtual Lucene::FreqProxTermsWriterPerField::~FreqProxTermsWriterPerField ( )
virtual

Member Function Documentation

◆ _getClassName()

String Lucene::FreqProxTermsWriterPerField::_getClassName ( )
inlinestatic

◆ abort()

void Lucene::FreqProxTermsWriterPerField::abort ( )

◆ addTerm()

virtual void Lucene::FreqProxTermsWriterPerField::addTerm ( const RawPostingListPtr & p)
virtual

◆ compareTo()

virtual int32_t Lucene::FreqProxTermsWriterPerField::compareTo ( const LuceneObjectPtr & other)
virtual

Compare two objects.

Reimplemented from Lucene::LuceneObject.

◆ finish()

virtual void Lucene::FreqProxTermsWriterPerField::finish ( )
virtual

◆ getClassName()

virtual String Lucene::FreqProxTermsWriterPerField::getClassName ( )
inlinevirtual

Reimplemented from Lucene::TermsHashConsumerPerField.

◆ getStreamCount()

virtual int32_t Lucene::FreqProxTermsWriterPerField::getStreamCount ( )
virtual

◆ newTerm()

virtual void Lucene::FreqProxTermsWriterPerField::newTerm ( const RawPostingListPtr & p)
virtual

◆ reset()

void Lucene::FreqProxTermsWriterPerField::reset ( )

◆ shared_from_this()

boost::shared_ptr< FreqProxTermsWriterPerField > Lucene::FreqProxTermsWriterPerField::shared_from_this ( )
inline

◆ skippingLongTerm()

virtual void Lucene::FreqProxTermsWriterPerField::skippingLongTerm ( )
virtual

◆ start() [1/2]

virtual bool Lucene::FreqProxTermsWriterPerField::start ( Collection< FieldablePtr > fields,
int32_t count )
virtual

◆ start() [2/2]

virtual void Lucene::FreqProxTermsWriterPerField::start ( const FieldablePtr & field)
virtual

◆ writeProx()

void Lucene::FreqProxTermsWriterPerField::writeProx ( const FreqProxTermsWriterPostingListPtr & p,
int32_t proxCode )

Field Documentation

◆ _perThread

FreqProxTermsWriterPerThreadWeakPtr Lucene::FreqProxTermsWriterPerField::_perThread

◆ _termsHashPerField

TermsHashPerFieldWeakPtr Lucene::FreqProxTermsWriterPerField::_termsHashPerField

◆ docState

DocStatePtr Lucene::FreqProxTermsWriterPerField::docState

◆ fieldInfo

FieldInfoPtr Lucene::FreqProxTermsWriterPerField::fieldInfo

◆ fieldState

FieldInvertStatePtr Lucene::FreqProxTermsWriterPerField::fieldState

◆ hasPayloads

bool Lucene::FreqProxTermsWriterPerField::hasPayloads

◆ omitTermFreqAndPositions

bool Lucene::FreqProxTermsWriterPerField::omitTermFreqAndPositions

◆ payloadAttribute

PayloadAttributePtr Lucene::FreqProxTermsWriterPerField::payloadAttribute

The documentation for this class was generated from the following file:

clucene.sourceforge.net