Re: PathHierarchyTokenizerFactory behavior

2012-07-24 Thread Chris Hostetter
: Modifying the field definition to Alok: thanks for reporting this. I've opend an issue to improve hte example and the docs... https://issues.apache.org/jira/browse/SOLR-3674 -Hoss

Re: PathHierarchyTokenizerFactory behavior

2012-07-10 Thread Alok Bhandari
Modifying the field definition to solves the purpose . got it from the link http://stackoverflow.com/questions/6920506/solr-pathhierarchytokenizerfactory-facet-query -- View this message in context: http://lucene

Re: PathHierarchyTokenizerFactory behavior

2012-07-09 Thread Alok Bhandari
Hello Koji, thanks for reply. yes one way I can try is use copyField with one of the copy using PathHierarchyTokenizerFactory and the other using KeywordTokenizerFactory and depending on whether input entered is directory path or exact file path switch between these 2 fields . thanks -- View this

Re: PathHierarchyTokenizerFactory behavior

2012-07-09 Thread Koji Sekiguchi
(12/07/09 19:41), Alok Bhandari wrote: Hello, this is how the field is declared in schema.xml 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