Would [a TO bzzz] work?
On Tue, Mar 31, 2009 at 10:46 AM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> On Tue, Mar 31, 2009 at 11:30 AM, dabboo wrote:
>
> >
> > Hi,
> >
> > I am searching for all the records in the index where author's last name
> > starts with a or b. I am givin
On Tue, Mar 31, 2009 at 11:30 AM, dabboo wrote:
>
> Hi,
>
> I am searching for all the records in the index where author's last name
> starts with a or b. I am giving my query like
>
> au_last_name:[a* TO b*]
>
> But it is returning all the other records where last name starts with E, P
> or othe
nt to hit solr 2 times.
Because in future it could be the case, if I have to search for a to z.
Also, is there any way I can get individual count of records starting with
one particular alphabet.
Thanks,
Amit Garg
--
View this message in context:
http://www.nabble.com/Issue-in-Range-Search-