Re: defining qf in your own request handler

2009-08-25 Thread Shalin Shekhar Mangar
On Tue, Aug 25, 2009 at 5:26 AM, darniz wrote: > > Continuing on this i am having a use case where i have to strip out single > quote for certain fields for example for testing i added teh following > fieldType in schema.xml file > > > > > > > and then i decla

Re: defining qf in your own request handler

2009-08-24 Thread darniz
document with a field like this can't be the case i am expecting this should be index as "this can t be the case" But that doesn't seem to happen Any quick input on this Thanks -- View this message in context: http://www.nabble.com/defining-qf-in-your-own-request-handler-tp25

Re: defining qf in your own request handler

2009-08-24 Thread Shalin Shekhar Mangar
On Mon, Aug 24, 2009 at 11:38 PM, darniz wrote: > > 1) is there a parameter where i can flush out the browser cache. Most of > the > time i see cached content in brower and i have to delete the temp files > folder. > Solr emits headers for playing well with http caches. You can disable emitting

Re: defining qf in your own request handler

2009-08-24 Thread Avlesh Singh
a stem search option in this. > > 3)Lastly could you please explain what the following clauses in dismax > decleration means > true > false > true > true > > > Thanks > -- > View this message in context: > http://www.nabble.com/defining-qf-in-your-own-request-handler-tp25119913p25120889.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: defining qf in your own request handler

2009-08-24 Thread darniz
in dismax decleration means true false true true Thanks -- View this message in context: http://www.nabble.com/defining-qf-in-your-own-request-handler-tp25119913p25120889.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: defining qf in your own request handler

2009-08-24 Thread Shalin Shekhar Mangar
On Mon, Aug 24, 2009 at 10:43 PM, darniz wrote: > > Hello > i created a custom request handler and i want it to do a search on features > and make field by default. i added the following decleration in my > solrconfig.xml file > > > > 12 > explicit > * > model d

Re: defining qf in your own request handler

2009-08-24 Thread Erik Hatcher
documents whose make is Ford. but it returns no documents Please let me know if i am doing something wrong here. Thanks -- View this message in context: http://www.nabble.com/defining-qf-in-your-own-request-handler-tp25119913p25119913.html Sent from the Solr - User mailing list archive at Nabble.com.

defining qf in your own request handler

2009-08-24 Thread darniz
st:8983/solr/def-features-make/?q=Ford&version=2.2&start=0&rows=10&indent=on i am expecting to see all documents whose make is Ford. but it returns no documents Please let me know if i am doing something wrong here. Thanks -- View this message in context: http://www.nabble.com/definin