solrDocumentList

2012-06-01 Thread gopes
We are using Lucid UI and solr to index our collection of xml files. I am getting the solrDocumentList like this [SolrDocument[{id=1331226833510, Street_Addr=[113 113TH ST], name=[113 113TH ST SASKATOON SK S7N1V8], Municipality_Name=[SASKATOON], Province_Code=[SK], Postal_Code=[S7N1V8]}] But I n

Solr - query

2012-06-29 Thread gopes
HI , I am searching a string using wildcard and I would like to change my query from http://localhost:/solr/addrinst/select?q=1234+BAY&start=0&rows=10 to http://localhost:/solr/addrinst/select?q="1234 BAY"&start=0&rows=10 my request hanlder is edismax all 10 id name St

Indexing data in csv format

2012-07-17 Thread gopes
Hi , I am trying to index data in csv format. But while indexing I get this following message - HTTP ERROR 404 Problem accessing /solr/update/csv. Reason: NOT_FOUND/Powered by Jetty:/// solrconfig.xml has the following entries for CSVRequestHandler ; true publish_date " Thanks, Saral

Re: Indexing data in csv format

2012-07-23 Thread gopes
Hi Erick, Thank you for your reply. I am using the a csv file like this id;name;isbn;description;publish_date 1;Solr cookbook;ABC123456;"Solr Cookbook";2011-06 2;Some book 1;JHDS871281;"Some book";2010-01 3;Some book 2;9182KSC98;"Another book";2010-02 and i have a the following entries in the

UUID generation not working

2012-07-26 Thread gopes
Hi 1. I am using UUID to generate unique id in my collection but when I tried to index the collection it could not find any doucmnets. can you please tell me how to use UUID in schema.xm Thanks, Sarala -- View this message in context: http://lucene.472066.n3.nabble.com/UUID-generation-no