I have four different documents in single xml file(to be indexed), i don't
want inject the unique field  for each and every document .when i search
with with the unique field all the four documents should come in result.i.e
can common unique field should be applied to the all documents?
My xml format :
<add>
<doc><field></field></doc>
<doc><field></field></doc>
<doc><field></field></doc>
<doc><field></field></doc>
<commonunique><id>123</id></commonunique>
</add>
If i search for 123 all the four documents should come Is it possible ?

--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-retreive-multiple-documents-using-one-unique-field-tp3430931p3430931.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to