Re: /select with 'q' parameter does not work

2013-12-11 Thread Nutan
solrconfig is a xml file,it is not possible to run xml files,you open it in browser and its code gets displayed. -- View this message in context: http://lucene.472066.n3.nabble.com/select-with-q-parameter-does-not-work-tp4106099p4106176.html Sent from the Solr - User mailing list archive at Nab

Re: /select with 'q' parameter does not work

2013-12-11 Thread Nutan
No exception,it works normal. other queries like : http://localhost:8080/solr/document/select?q=author:dgfb works. Only for 'contents' field it does not work. all other functionalities like analysis,indexing etc work fine. But for spell check : http://localhost:8080/solr/document/spell?q=programme

Re: /select with 'q' parameter does not work

2013-12-11 Thread Amit Aggarwal
When you start solr , do you find any error or exception Java -jar ./start.jar ... Then see if there is any problem ... Otherwise take solr solrconfig.xml and try to run .. it should run On 11-Dec-2013 5:41 PM, "Nutan" wrote: > default="true"> > > >explicit >20 >

Re: /select with 'q' parameter does not work

2013-12-11 Thread Nutan
explicit 20 * id 2.1 ${solr.document.data.dir:} explicit 10 contents i made changes n this new solrconfig.xml ,but still the query does not work. -- Vi

Re: /select with 'q' parameter does not work

2013-12-11 Thread Nutan
But below that i have also defined this, explicit 10 contents Initially it worked,now all of a sudden why no results?? -- View this message in context: http://lucene.472066.n3.nabble.com/select-with-q-parameter-does-not-work-tp4106099p4106128.html Sent from t

Re: /select with 'q' parameter does not work

2013-12-11 Thread Amit Aggarwal
Because in your solrconfig ... Against /select ... DirectUpdateHandler is mentioned . It should be solr.searchhanlder .. On 11-Dec-2013 3:11 PM, "Nutan" wrote: > I have indexed 9 docs. > this my* schema.xml* > > > > > multiValued="false"/> > required="true" > multiValued="false"/> > multiVal