Re: Question about scoring normalisation

2005-11-06 Thread Otis Gospodnetic
> if so the top score should always be 1.0. Isn't so. Perhaps you are right. Can you send some code that shows this, preferably writen as a JUnit test and attached to a JIRA issues? > Or does boosting multiple individual fields wreck that ? I didn't think so, but I could be wrong. Otis > same

Re: require new comment for IndexWriter.mergeFactor

2005-11-06 Thread Otis Gospodnetic
I think the best description of various IndexWriter parameters is in Lucene in Action (sorry if this sounds like a plug, but it's not the intention) in section 2.7.1., page 42 ( http://www.lucenebook.com/search?query=mergeFactor ) mergeFactor controls how often Lucene merges segments while indexin

Re: lucene and jsp

2005-11-06 Thread Valerio Schiavoni
it seems like the problem is from here: java.security.AccessControlException: access denied (java.util.PropertyPermission org.apache.lucene.writeLockTimeout read) try to use this properly: System.setProperty("disableLuceneLocks", "true"); 2005/11/5, Gaston <[EMAIL PROTECTED]>: > > Hallo, > > I

Re: Is There Other Ports of Nutch?

2005-11-06 Thread Stefan Groschupf
No! Porting nutch in general makes no sense. Since nutch is not a library as lucene but a complete ready to use application you can download and start. There is a kind of 'webservice' (open search rss) to be able to integrate nutch search results in third party applications. Stefan ... and

Re: Question about scoring normalisation

2005-11-06 Thread Yonik Seeley
On 11/5/05, Sameer Shisodia <[EMAIL PROTECTED]> wrote: > if so the top score should always be 1.0. Isn't so. > Or does boosting multiple individual fields wreck that ? > sameer The top score is scaled back to 1.0 *only* if it's greater than 1.0 So hits with scores of 4.0,2.0 will be normalized to

Re: Question about scoring normalisation

2005-11-06 Thread Karl Koch
Hello Ira, I am not sure if I know exactly what pivoted normalisation is. I can tell you what I do, in the meantime I will have a look to your paper and I hope that we can discuss this issue further. I work in personalised searching where a second model - a user model - expresses extra relevance

Re: Multiple terms with the same position in PhraseQuery

2005-11-06 Thread Ahmed El-dawy
I have used the PhrasePrefixQuery but it has some problems. It sometimes throw an exception (OperationNotAllowed) when it is added to a boolean query with required flag set. Also it sometimes throws a null pointer exception and I don't know why. I am trying to get the latest version (from SVN) bu

Re: Multiple terms with the same position in PhraseQuery

2005-11-06 Thread Erik Hatcher
On 6 Nov 2005, at 16:13, Ahmed El-dawy wrote: I have used the PhrasePrefixQuery but it has some problems. It sometimes throw an exception (OperationNotAllowed) when it is added to a boolean query with required flag set. Also it sometimes throws a null pointer exception and I don't know why. I

Re: Multiple terms with the same position in PhraseQuery

2005-11-06 Thread Chris Hostetter
: : : Nothing Eclipse-specific that I've found, but this is the command- : line used in a shell: : : svn co http://svn.apache.org/repos/asf/lucene/java/trunk/ lucene I've never used eclipse, but a google search for "subversion eclipse" lis

Best Way To Index Database Using Lucene?

2005-11-06 Thread Victor Lee
Hi, I use php and mysql. The visitors enters data through the web and the data is stored in the database. I want to make portions of that data to be searchable using Lucene. I am thinking of giving that data to Lucene for indexing at the same time of inputing that same data into the database

Re: Best Way To Index Database Using Lucene?

2005-11-06 Thread Victor Lee
I forgot to mention that if I use php-java-bridge to use Lucene to index at the same time I input the data into the mysql db, I don't even need to use JDBC. If I index inside the business logic layer which is java, then I will have to use JDBC. --- Victor Lee <[EMAIL PROTECTED]> wrote: > Hi, >

Re: Multiple terms with the same position in PhraseQuery

2005-11-06 Thread Ken Krugler
I have used the PhrasePrefixQuery but it has some problems. It sometimes throw an exception (OperationNotAllowed) when it is added to a boolean query with required flag set. Also it sometimes throws a null pointer exception and I don't know why. I am trying to get the latest version (from SVN) b

Re: Best Way To Index Database Using Lucene?

2005-11-06 Thread Manoj Kr. Sheoran
It depends on your requirement. If you want the realtime searching then you should go to your first approach otherwiser second is fine. --Manoj - Original Message - From: "Victor Lee" <[EMAIL PROTECTED]> To: Sent: Monday, November 07, 2005 7:21 AM Subject: Re: Best Way To Index Databas

Re: lucene and jsp

2005-11-06 Thread Manoj Kr. Sheoran
You should check your logs on server side(on tomcat). I am sure some exception is generated over there. --Manoj - Original Message - From: "Gaston" <[EMAIL PROTECTED]> To: Sent: Saturday, November 05, 2005 10:51 PM Subject: lucene and jsp > Hallo, > > I know my topic is a little bit