Check out getTerms and getTermsIndex

-Yonik
http://www.lucidimagination.com

On Wed, Aug 18, 2010 at 10:49 AM,  <[email protected]> wrote:
> Hi folks,
>
> What is the proper way to retrieve a string field from lucene in trunk?  I’m
> specifically looking for the equivalent of:
>
> String[] fieldValues = FieldCache.DEFAULT.getStrings(reader,fieldName);
> String actualValue = fieldValues[luceneID-docBase];
>
> The getStrings() method seems to have gone away in FieldCache.java, and it’s
> not clear how to work with ByteRefs to do the equivalent.  Any hints?
>
> Karl
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to