Re: Upgrading 1.4 to 2.0 - Indexing Issue.

2006-10-02 Thread djd0383
Well I figured it out... After getting Luke I was able to see that the values were all being indexed correctly. The problem came when take the ids from the index and running it agains the database. It was in fact searching the db on the Lucene indices instead of the db index. A simple parse an

Re: Searching with "1"

2006-10-02 Thread djd0383
A bit of progress on this post First off, I got the go ahead from the higher ups to install and configure v2.0. I have that installed, configured, indexed, and tested. That is the good news. We were hoping this would just fix this problem, but it didn't. >Are you able to modify this small

Re: Searching with "1"

2006-10-02 Thread Chris Hostetter
: Alright now I am confused. Why would this work but our classes - which are : practically the same - not work? The only difference in your version and : mine is that you switch the IndexReader with RAMDirectory. : : Any thoughts? My Guess: one of your assumptions is wrong. and there really se

[jira] Commented: (LUCENE-664) [PATCH] small fixes to the new scoring.html doc

2006-10-02 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-664?page=comments#action_12439344 ] Doug Cutting commented on LUCENE-664: - I like the idea of refactoring this formula, but think we should be cautious about introducing new terms that look like

Re: Searching with "1"

2006-10-02 Thread djd0383
Fixed the issue... It turns out that I was going over TooManyClauses, and this decided to give an exception. I am not really sure of the reasoning behind this exception? It seems to us that it might be better to throw an exception. This way the programmer can handle this accordingly and will f

Re: Searching with "1"

2006-10-02 Thread Chris Hostetter
: It turns out that I was going over TooManyClauses, and this decided to give : an exception. : : I am not really sure of the reasoning behind this exception? It seems to us : that it might be better to throw an exception. This way the programmer can : handle this accordingly and will force them

[jira] Commented: (LUCENE-664) [PATCH] small fixes to the new scoring.html doc

2006-10-02 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-664?page=comments#action_12439370 ] Doron Cohen commented on LUCENE-664: Two quick questions: > I think 'norm' is a good term for the product of lengthNorm(d) and > field boost. That's what it i

[jira] Created: (LUCENE-678) [PATCH] LockFactory implementation based on OS native locks (java.nio.*)

2006-10-02 Thread Michael McCandless (JIRA)
[PATCH] LockFactory implementation based on OS native locks (java.nio.*) Key: LUCENE-678 URL: http://issues.apache.org/jira/browse/LUCENE-678 Project: Lucene - Java Iss

[jira] Updated: (LUCENE-678) [PATCH] LockFactory implementation based on OS native locks (java.nio.*)

2006-10-02 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-678?page=all ] Michael McCandless updated LUCENE-678: -- Attachment: LUCENE-678-patch.txt > [PATCH] LockFactory implementation based on OS native locks (java.nio.*) > --