On 06/25/2013 01:17 PM, eShard wrote:
let's say I have a div with id="myDiv"
Is there a way to set up the solr upate/extract handler to capture just that
particular div?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Is-there-a-way-to-capture-div-tag-by-id-tp4073120.html
Sent from the Solr - User mailing list archive at Nabble.com.
You might be interested in Lux (see at http://luxdb.org), which provides XML-aware indexing for Solr. It indexes text in the context of every element, and also allows you to explicitly define indexes using any XPath 2.0 expression, including //div[@id='myDiv'], for example.

--
Michael Sokolov
Senior Architect
Safari Books Online

Reply via email to