Hello, this is how the field is declared in schema.xml
<fieldType name="text_path" class="solr.TextField" stored="true" indexed="true" positionIncrementGap="100"> <analyzer> <tokenizer class="solr.PathHierarchyTokenizerFactory"/> <filter class="solr.LowerCaseFilterFactory" /> </analyzer> </fieldType> when I query for this filed with input "M:/Users/User/AppData/Local/test/abc.txt" . It searches for documents containing any of the token generated M,Users, User .... etc.but I want to search for exact file with the given input as a value. Please let me know how I can achieve that. I am using solr 3.6.thanks -- View this message in context: http://lucene.472066.n3.nabble.com/PathHierarchyTokenizerFactory-behavior-tp3993839.html Sent from the Solr - User mailing list archive at Nabble.com.