Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Solr, mail # user - solrDocumentList


Copy link to this message
-
Re: solrDocumentList
Erik Hatcher 2012-06-02, 09:42
Set those fields to be single valued (not multivalued). And reindex :)

   Erik

On Jun 2, 2012, at 0:10, gopes <[EMAIL PROTECTED]> wrote:

> 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 need to have a response like this " SolrDocument[{id=1330247542287,
> Municipality_Name=SASKATOON, Province_Code=SK, Postal_Code=S7N3Z1,
> Street_Addr=3-THE BROADWAY UNIVERSITY DR}]
> "
> Can any one help me where I am going wrong or is there any changes required
> in the schema.xml files.
>
> Thanks
>
> --
> View this message in context: http://lucene.472066.n3.nabble.com/solrDocumentList-tp3987347.html
> Sent from the Solr - User mailing list archive at Nabble.com.