Re: SolrException x undefined field

2011-02-16 Thread Stefan Matheis
Regarding the Wiki-Page .. since 1.2 .. so, yes, should :) On Wed, Feb 16, 2011 at 1:55 PM, Leonardo Souza wrote: > Hi Stefan, > > LukeRequestHandler could be a good solution, there's a lot of useful info. > This handler works with version 1.4x? > > thanks > > [ ]'s > Leonardo da S. Souza >  °v°

Re: SolrException x undefined field

2011-02-16 Thread Leonardo Souza
Hi Stefan, LukeRequestHandler could be a good solution, there's a lot of useful info. This handler works with version 1.4x? thanks [ ]'s Leonardo da S. Souza °v° Linux user #375225 /(_)\ http://counter.li.org/ ^ ^ On Wed, Feb 16, 2011 at 10:41 AM, Stefan Matheis < matheis.ste...@google

Re: SolrException x undefined field

2011-02-16 Thread Stefan Matheis
Maybe the http://wiki.apache.org/solr/LukeRequestHandler ? On Wed, Feb 16, 2011 at 1:34 PM, Savvas-Andreas Moysidis wrote: > There is probably a better and more robust way of doing this, but you could > make a request to /solr/admin/file/?file=schema.xml and parse the returned > xml? > > Does any

Re: SolrException x undefined field

2011-02-16 Thread Savvas-Andreas Moysidis
There is probably a better and more robust way of doing this, but you could make a request to /solr/admin/file/?file=schema.xml and parse the returned xml? Does anyone else know of a better way to query Solr for its schema? Thanks, - Savvas On 16 February 2011 11:34, Leonardo Souza wrote: > Hi

Re: SolrException x undefined field

2011-02-16 Thread Leonardo Souza
Hi, We do have a validation layer for other purposes, but this layer do not know about the fields and i would not like to replicate this configuration. Is there any way to query the solr core about declared fields? thanks, [ ]'s Leonardo da S. Souza °v° Linux user #375225 /(_)\ http://coun

Re: SolrException x undefined field

2011-02-16 Thread Savvas-Andreas Moysidis
Hi, If you have an Application layer and are not directly hitting Solr then maybe this functionality could be implemented in Validation layer prior to making the Solr call ? Cheers, - Savvas On 16 February 2011 10:23, Leonardo Souza wrote: > Hi, > > We are using solr 1.4 in a big project. Now

SolrException x undefined field

2011-02-16 Thread Leonardo Souza
Hi, We are using solr 1.4 in a big project. Now it's time to make some improvements. We use the standard query parser and we would like to handle the misspelled field names. The problem is that SolrException can not help to flag the problem appropriately because this exception is used for other pr