org.apache.solr.schema
Class PreAnalyzedField.ParseResult

java.lang.Object
  extended by org.apache.solr.schema.PreAnalyzedField.ParseResult
Enclosing class:
PreAnalyzedField

public static class PreAnalyzedField.ParseResult
extends Object

This is a simple holder of a stored part and the collected states (tokens with attributes).


Field Summary
 byte[] bin
           
 List<AttributeSource.State> states
           
 String str
           
 
Constructor Summary
PreAnalyzedField.ParseResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

str

public String str

bin

public byte[] bin

states

public List<AttributeSource.State> states
Constructor Detail

PreAnalyzedField.ParseResult

public PreAnalyzedField.ParseResult()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.