Serialized Form
Package org.hibernate.search |
Package org.hibernate.search.backend |
serialVersionUID: -2450349312813297371L
fieldToAnalyzerMap
Map<K,V> fieldToAnalyzerMap
serialVersionUID: -854604138119230246L
document
org.apache.lucene.document.Document document
entityClass
Class<T> entityClass
id
Serializable id
idInString
String idInString
serialVersionUID: 8124091288284011715L
serialVersionUID: -5267394465359187688L
fieldToAnalyzerMap
Map<K,V> fieldToAnalyzerMap
Package org.hibernate.search.backend.impl |
eventSource
EventSource eventSource
realTxInProgress
boolean realTxInProgress
realTxInProgressInitialized
boolean realTxInProgressInitialized
Package org.hibernate.search.backend.spi |
serialVersionUID: 5424606407623591663L
indexParameters
LuceneIndexingParameters.ParameterSet indexParameters
serialVersionUID: -6121723702279869524L
parameters
Map<K,V> parameters
Package org.hibernate.search.bridge |
Package org.hibernate.search.event.impl |
readObject
private void readObject(ObjectInputStream is)
throws IOException,
ClassNotFoundException,
SecurityException,
NoSuchFieldException,
IllegalArgumentException,
IllegalAccessException
- Throws:
IOException
ClassNotFoundException
SecurityException
NoSuchFieldException
IllegalArgumentException
IllegalAccessException
writeObject
private void writeObject(ObjectOutputStream os)
throws IOException
- Throws:
IOException
installation
FullTextIndexEventListener.Installation installation
used
boolean used
skipDirtyChecks
boolean skipDirtyChecks
searchFactoryImplementor
SearchFactoryImplementor searchFactoryImplementor
Package org.hibernate.search.filter.impl |
cache
SoftLimitMRUCache cache
- The cache using soft references in order to store the filter bit sets.
filter
org.apache.lucene.search.Filter filter
serialVersionUID: -6153052295766531920L
chainedFilters
List<E> chainedFilters
Package org.hibernate.search.impl |
session
Session session
sessionImplementor
SessionImplementor sessionImplementor
transactionContext
TransactionContext transactionContext
Package org.hibernate.search.indexes.serialization.impl |
cache
List<E> cache
index
int index
Package org.hibernate.search.indexes.serialization.javaserialization.impl |
operations
Set<E> operations
value
byte[] value
offset
int offset
length
int length
instance
byte[] instance
boost
float boost
fieldables
Set<E> fieldables
value
double value
name
String name
boost
float boost
omitNorms
boolean omitNorms
omitTermFreqAndPositions
boolean omitTermFreqAndPositions
value
float value
value
int value
value
long value
name
String name
precisionStep
int precisionStep
store
SerializableStore store
indexed
boolean indexed
boost
float boost
omitNorms
boolean omitNorms
omitTermFreqAndPositions
boolean omitTermFreqAndPositions
value
byte[] value
termVector
SerializableTermVector termVector
value
String value
store
SerializableStore store
index
SerializableIndex index
termVector
SerializableTermVector termVector
value
SerializableTokenStream value
termVector
SerializableTermVector termVector
Package org.hibernate.search.indexes.serialization.spi |
stream
List<E> stream
Package org.hibernate.search.infinispan.logging.impl |
serialVersionUID: 1L
log
org.jboss.logging.Logger log
Package org.hibernate.search.jpa.impl |
em
javax.persistence.EntityManager em
ftSession
FullTextSession ftSession
Package org.hibernate.search.query.collector.impl |
sortOder
FacetSortOrder sortOder
Package org.hibernate.search.query.engine |
Package org.hibernate.search.query.engine.impl |
luceneQuery
org.apache.lucene.search.Query luceneQuery
targetedEntities
List<E> targetedEntities
indexedTargetedEntities
Set<E> indexedTargetedEntities
allowFieldSelectionInProjection
boolean allowFieldSelectionInProjection
filterDefinitions
Map<K,V> filterDefinitions
- The map of currently active/enabled filters.
filter
org.apache.lucene.search.Filter filter
- Combined chained filter to be applied to the query.
userFilter
org.apache.lucene.search.Filter userFilter
- User specified filters. Will be combined into a single chained filter
HSQueryImpl.filter
.
sort
org.apache.lucene.search.Sort sort
projectedFields
String[] projectedFields
firstResult
int firstResult
maxResults
int maxResults
definedMaxResults
boolean definedMaxResults
needClassFilterClause
boolean needClassFilterClause
idFieldNames
Set<E> idFieldNames
useFieldCacheOnClassTypes
boolean useFieldCacheOnClassTypes
resultSize
Integer resultSize
- The number of results for this query. This field gets populated once
HSQueryImpl.queryResultSize()
, HSQueryImpl.queryEntityInfos()
or HSQueryImpl.queryDocumentExtractor()
is called.
Package org.hibernate.search.util.configuration.impl |
serialVersionUID: -593307257383085113L
masked
Properties masked
fallBack
Properties fallBack
radix
String radix
Package org.hibernate.search.util.impl |
serialVersionUID: -2613234214057068628L
maxEntries
int maxEntries
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
strongRefCount
int strongRefCount
softRefCount
int softRefCount
Package org.hibernate.search.util.logging.impl |
serialVersionUID: 1L
log
org.jboss.logging.Logger log
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved