Erick Erickson wrote > Also, the default pint type is not as efficient for single-value searches > like this, the trie fields are better. Trie support will be kept until > there’s a good alternative for the single-value lookup with pint. > > So for what you’re doing, I’d change to TrieInt, docValues=false, > index=true.
So, we should use TrieInt type for single-value searches (on a single value and multivalue field). Please correct me if I'm wrong. Also in what scenarios we should prefer pint over TrieInt from both document search(index) and retrieval(stored) latency point of view (not looking from sorting or faceting point of view). Is there any documentation that compares these two field types. Regards, Raj -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html