Hi,

I tried setting the terms.raw param to true but didn't see any difference.
I did a little more digging and it appears the text in the TermEnum is
missing the whitespace inside Lucene so I'm not sure if it's because of the
way we're indexing the value or not.

One thing I noticed is we're indexing with Lucene 2.4 and Solr is using 2.9
rc2 in the nightly build.  Any chance that could be causing the problem?

Thanks,

Todd

On Sat, Sep 5, 2009 at 11:50 AM, Todd Benge <todd.be...@gmail.com> wrote:

> Thanks - I'll give it a try
>
> On 9/5/09, Yonik Seeley <yo...@lucidimagination.com> wrote:
> > On Fri, Sep 4, 2009 at 5:46 PM, Todd Benge<todd.be...@gmail.com> wrote:
> >> I was looking at TermsComponent in Solr 1.4 as a way of building a
> >> autocomplete function.  I have a prototype working but noticed that
> terms
> >> that have whitespace in them when indexed are absent the whitespace when
> >> returned from the TermsComponent.
> >
> > It works for me with the example data:
> > http://localhost:8983/solr/terms?terms.fl=manu_exact
> >
> > -Yonik
> > http://www.lucidimagination.com
> >
>
> --
> Sent from my mobile device
>

Reply via email to