RE: Can I prevent Sort fields from influencing score?

2004-06-02 Thread Gus Kormeier
Just curious, Are you building your query or using a particular Query Parser? which one? Are you using MultiFieldQueryParser? I had problems with MFQP before and was looking for other solutions besides dumping fields into a massive content field. TIA, -Gus -Original Message-

RE: Exact Field Match

2004-05-28 Thread Gus Kormeier
Yes, you can. And others probably have a much better example than mine... There is probably a wiki or other document describing it. You can chain queries together with BooleanQuery. I am creating a Vector of Query's based on restriction criteria off my site and then loading them into the

RE: 'Lock obtain timed out' even though NO locks exist...

2004-04-28 Thread Gus Kormeier
Not sure if our installation is the same or not, but we are also using Tomcat. I had a similiar problem last week, it occurred after Tomcat went through a hard restart and some software errors had the website hammered. I found the lock file in /usr/local/tomcat/temp/ using locate. According to

MultiFieldQueryParser.setOperator()

2004-02-09 Thread Gus Kormeier
and setOperator()? One solution I can see, would it be better to Index all of the fields into one blob of a field as well, and just search off of that? Thanks in Advance, -Gus P.S. Have been very impressed with the speed and flexibility of Lucene so far. Gus Kormeier - tech | [EMAIL PROTECTED] mailto