I've been pondering how to reduce the size of FieldCache entries when there
are a large number of Strings. I'd like to facet on such a field with Solr
but with less memory.  As I understand it, FSTs are a highly compressed
representation of a set of Strings (among other possibilities).  The
fieldCache would need to point to an FST entry (an "arc"?) using something
small, say an integer.  Is there a way to point to an FST entry with an
integer, and then somehow with relative efficiency construct the String from
the arcs to get there?

~ David Smiley

-----
 Author: https://www.packtpub.com/solr-1-4-enterprise-search-server/book
--
View this message in context: 
http://lucene.472066.n3.nabble.com/FST-and-FieldCache-tp2960030p2960030.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to