: 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
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
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
(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