Removing the QueryElevationComponent from solrconfig.xml solved the problem.
Thanks.
On Tue, Feb 23, 2010 at 12:43 AM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> On Tue, Feb 23, 2010 at 7:10 AM, P Franks wrote:
>
> > All,
> >
> > Various books and on
All,
Various books and online documentation states that the uniqueKey is not
required and we do not have a need for a unique key so i tried remove it
from the schema or setting it with no value but solr will not start with it
defined.
I do have an integer value that will be unique to each documen
Thanks. I will take a look at the TokenFilter.
On Wed, Dec 9, 2009 at 11:44 PM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> On Wed, Dec 9, 2009 at 11:43 PM, P Franks wrote:
>
> > All,
> >
> > Can one use the copyField option and copy a TextField fi
All,
Can one use the copyField option and copy a TextField field into a
longField field? I have some data that i want to extract (filter) out all
but the long and/or integer values.
Example data:xxx yyy aaa 504 yyy 444234 eee hh
I have the copyField in place and the destination fi