Re: solr scale on trie fields

2011-07-18 Thread Chris Hostetter
There are a few things here that i think you might be missunderstanding... : function, but i read in solr book (Solr 1.4 enterprise search server by Eric : Pugh and David Smiley) that "*scale will traverse the entire document set : and evaluate the function to determine the smallest and largest va

solr scale on trie fields

2011-06-23 Thread Omri Cohen
Hello, I am trying to normalize values of a certain field, and then use them in a function query. For that I need to know the maximum and minimum values the field gets. I am thinking of using the scale(x, minTarget, maxTarget) query function, but i read in solr book (Solr 1.4 enterprise search ser