Payloads Todo

2007-03-16 Thread Grant Ingersoll
I started http://wiki.apache.org/lucene-java/Payload_Planning via http://wiki.apache.org/lucene-java/LucenePlanning to help us plan out what is needed for payloads support. This is just a draft, please feel free to edit/chop, etc. in the name of improvement. -Grant --

Re: Using FindBugs, JLint, or PMD?

2007-03-16 Thread Otis Gospodnetic
I don't think we use any of those tools. Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Search - Share - Original Message From: Sung Kim <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Thursday, March 15, 2007 10:54

[jira] Resolved: (LUCENE-828) Term's equals() throws ClassCastException if passed something other than a Term

2007-03-16 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-828. - Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available, Ne

Re: Using FindBugs, JLint, or PMD?

2007-03-16 Thread Erik Hatcher
However, Fortify runs automated analysis of Lucene and many other codebases: nabble/google up more details from Brian Chess on this forum regarding the details if you're curious. Erik On Mar 16, 2007, at 11:09 AM, Otis

Re: Using FindBugs, JLint, or PMD?

2007-03-16 Thread Chris Hostetter
: I'm a software researcher at MIT. We are developing an algorithm to : reprioritize warnings from FindBugs, JLint, and PMD using the software : change history. I was wondering if you (or your project) use any of : bug finding tools including FindBugs, JLint, and PMD in the Lucene : development cy

Re: New Jira Hudson plugin

2007-03-16 Thread Doron Cohen
Nigel Daley <[EMAIL PROTECTED]> wrote on 14/03/2007 11:22:44: > I've updated Hudson with a new Jira plugin provided by Kohsuke: > >http://lucene.zones.apache.org:8080/ > > Jira issue numbers should now be hyper-linked to Jira. Also, in the > Hadoop-Nightly build I'm experimenting with a featu

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2007-03-16 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481734 ] Paul Elschot commented on LUCENE-584: - Hoss, >Paul: I notice Filter.getMatcher returns null, and IndexSearcher t

Monster lucene geosearch

2007-03-16 Thread Eric Cone
Hello Peter, Now that the monster lucene search is live, is performance pretty good? Are you still running it on a single 8 core server? Can you give me a rough idea on the number of queries you can handle/second and the number of docs in the index? Are you using dotLucene or a webservice tier an

Re: Resolving term vector even when not stored?

2007-03-16 Thread Mike Klaas
On 3/15/07, karl wettin <[EMAIL PROTECTED]> wrote: I propose a change of the current IndexReader.getTermFreqVector/s- code so that it /always/ return the vector space model of a document, even when set fields are set as Field.TermVector.NO. Is that crazy? Could be really slow, but except for tha

Re: Monster lucene geosearch

2007-03-16 Thread Peter Keegan
I will move/respond to this to an existing java-user thread. Peter On 3/16/07, Eric Cone <[EMAIL PROTECTED]> wrote: Hello Peter, Now that the monster lucene search is live, is performance pretty good? Are you still running it on a single 8 core server? Can you give me a rough idea on the numbe

TestBackwardsCompatibility test relies on being in a certain directory

2007-03-16 Thread Daniel John Debrunner
I'm building lucene in an continuous integration model using CruiseControl. Every build fails due to TestBackwardsCompatibility failing. This is because it expects to run in the root directory of a lucene source tree, e.g. see line 96 in the test. The current directory for CruiseControl is sever

Re: TestBackwardsCompatibility test relies on being in a certain directory

2007-03-16 Thread Daniel John Debrunner
Daniel John Debrunner wrote: I'm building lucene in an continuous integration model using CruiseControl. Every build fails due to TestBackwardsCompatibility failing. This is because it expects to run in the root directory of a lucene source tree, e.g. see line 96 in the test. The current directo

Indexing time taken is too long - Help Appreciated.

2007-03-16 Thread Lokeya
Hi, I am trying to index the content from XML files which are basically the metadata collected from a website which have a huge collection of documents. This metadata xml has control characters which causes errors while trying to parse using the DOM parser. I tried to use encoding = UTF-8 but loo

Re: Resolving term vector even when not stored?

2007-03-16 Thread Doron Cohen
"Mike Klaas" <[EMAIL PROTECTED]> wrote on 16/03/2007 14:26:46: > On 3/15/07, karl wettin <[EMAIL PROTECTED]> wrote: > > I propose a change of the current IndexReader.getTermFreqVector/s- > > code so that it /always/ return the vector space model of a document, > > even when set fields are set as F