On Wed, Dec 22, 2010 at 9:06 PM, Giri <giriprak...@gmail.com> wrote: > Hi, > > I have a solar index that has thousands of records, the title is one of the > solar fields, and I would like to query for title values that are less than > 50 characters long. Is there a way to construct the Solr query to provide > results based on the character length? [...]
One could write a custom query parser, but if one needed that, would it not be easier to simply index the length of the title value as a separate field? Regards, Gora