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
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
: 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
[
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
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
: 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
[
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
[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
[ 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.*)
> --