Hello, I would like to know if it is possible to automatically create entries
in the index to arrange different terms ( concatenation of the terms)  in a
same entry in the index? The condition to create this enumation for the
terms would be a document property.

For example:

Nodes: [c1,c5]

Employee: c1,c2,c3,c4
Person: c2,c3,c5
Sector: c3,c4,c5

I would like to create this automatically:

Employee###Person: c2,c3
Employee###Sector: c3,c4
Person###Sector: c3,c5




--
View this message in context: 
http://lucene.472066.n3.nabble.com/entry-with-enumeration-tp4015097.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to