Possibility of random search result..?

2010-07-30 Thread Soby Thomas
Hi all, I want to know is it possible to get random search results from an query without using the scoring formulae so that I can compare it with the search result obtained through the lucene scoring formulae. ?? Regards Soby

Solving lucene.InvalidArgsError

2010-07-03 Thread Soby Thomas
Hi all, I'm new to PyLucene. I was just trying to understand the indexing part of the lucene.I have installed PyLucene-3.0.1-1 and Python 2.6 I wrote a sample code as shown below , import sys import os lucene.initVM(lucene.CLASSPATH) store = os.getcwd()+/index text_file =