: I can print the index terms but I don't know if there is any possibilites to
: print the coressbonds paths, i can just print the docid, but i need to print
: the paths as it is possible in searcher (query).
If you index or store the path in a field, then you can get it back out --
for the type
xTerm+" "+dok.freq()+""+dok.doc());
}
Is it possible here to get the corresponding document paths??
Thanks in advance
--
View this message in context:
http://www.nabble.com/Document-path-in-lucene-index-tp18651668p18651668.html
Sent from the Lu