Jack, thanks for the response.  So, adding something as simple as the
following to the processAdd() function should do the trick in your opinion?

        this_title = doc.getFieldValue("title");
        if (this_title == "Slide 1"){
                return false;
        }

Regards,
ADS



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Skip-Indexing-Certain-Files-on-Purpose-tp4082026p4082211.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to