Re: Document path in lucene index

2008-08-06 Thread Chris Hostetter
: 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

Document path in lucene index

2008-07-25 Thread starz10de
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