Re: Finding the position of search hits from Lucene

2010-06-10 Thread tituspullo
Yes ...I can do it ..like this """ doc=1900 score=0.15945715 doc=1192 score=0.09865908 doc=2134 score=0.084564924 doc=1774 score=0.07047077 "" But i don't want this I would like to have doc=1900 position 1 doc=1192 position 2 doc=2134 position 3 doc=1774 position 4 . .. doc = 2345 po

Re: Finding the position of search hits from Lucene

2010-06-10 Thread tituspullo
Hello I mean for a simple search I want the id and and the position of rank, for all the id's.. simply ..:) I try to rerank and want to know later exactly the original position in the hitlist.. titus -- View this message in context: http://lucene.472066.n3.nabble.com/Finding-the-position-

Finding the position of search hits from Lucene

2010-06-10 Thread tituspullo
Hello How can I find and save the position of search hits from Lucene ?.. Like this: doc1 : 1 doc2: 2 ... doc 100: 100 I use lucene 3.0 Thank U Titus -- View this message in context: http://lucene.472066.n3.nabble.com/Finding-the-position-of-search-hits-from-Lucene-tp885956p885956.html Se