RE: New Highlighter features + api

2005-01-03 Thread markharw00d
I dont believe there is an automated build procedure in place for the contents of the sandbox, consequently there are no Jars or Javadocs created from the source - you need to do this manually using the standard Java command line tools or with your IDE.

Re: New Highlighter features + api

2005-01-03 Thread Erik Hatcher
On Jan 3, 2005, at 4:28 AM, markharw00d wrote: I dont believe there is an automated build procedure in place for the contents of the sandbox, consequently there are no Jars or Javadocs created from the source - you need to do this manually using the standard Java command line tools or with your

Help for sorting

2005-01-03 Thread mahaveer jain
Hello All, I am looking out to implement sorting in my lucene application. This is what my code look like. I am using StandardAnalyzer() analyzer. Query query = QueryParser.parse(keyword, contents, analyzer); Sort sortCol = new Sort(new SortField(date)); // date is one of the field I

RE: New Highlighter features

2005-01-03 Thread Bruce Ritchie
The Highlighter package in CVS has been updated with the following new features: Good stuff. Will this work against the 1.4 or only against CVS head? Regards, Bruce Ritchie - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: New Highlighter features

2005-01-03 Thread markharw00d
Bruce Ritchie wrote: The Highlighter package in CVS has been updated with the following new features: Good stuff. Will this work against the 1.4 or only against CVS head? I think the TokenSources.java requires the latest CVS but is an optional part of the highlighter package. All other

Re: Help for sorting

2005-01-03 Thread Otis Gospodnetic
Hello, --- mahaveer jain [EMAIL PROTECTED] wrote: I am looking out to implement sorting in my lucene application. This is what my code look like. I am using StandardAnalyzer() analyzer. Query query = QueryParser.parse(keyword, contents, analyzer); Sort sortCol = new Sort(new

Re: Need an analyzer that includes numbers.

2005-01-03 Thread Jim Lynch
Hi, Erik, Thank you very much for taking the time to do this. I may have mentioned, I'm evaluating search engines and am implementing a subset of the features that we'll need eventually. This will help greatly. Thanks, Jim. Erik Hatcher wrote: On Dec 25, 2004, at 11:05 AM, Jim wrote: I've

RE: Fatal error on Windows

2005-01-03 Thread Steve Rajavuori
No, I didn't change the source code at all. Has anyone ever seen this error with Lucene 1.4.3? I am unsure how to troubleshoot further, since the error occurs within the call to search(). Steve -Original Message- From: Vikas Gupta [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30,

Question about Lucene and index browsing

2005-01-03 Thread Mariella Di Giacomo
Hi ALL, We have just started using Lucene to index Digital Library information. I was wondering whether there is any feature in Lucene that could be used to browse the indexed fields (in practice be able to browse the indexes) for a database. If there is, could you please provide links to it ?

Re: Question about Lucene and index browsing

2005-01-03 Thread Vikas Gupta
I think Luke should serve your purpose. After you install luke from http://www.getopt.org/luke , use the GUI to open the 'index' directory Click on documents tab on the top. On the top-left is the button to 'Browse by doc. number'. The limitation is that only 'stored' fields are visible. Vikas

Re: Question about Lucene and index browsing

2005-01-03 Thread Mariella Di Giacomo
Hi Vikas, Thanks. I will give a look to Luke. Mariella At 05:36 PM 1/3/2005 -0600, Vikas Gupta wrote: I think Luke should serve your purpose. After you install luke from http://www.getopt.org/luke , use the GUI to open the 'index' directory Click on documents tab on the top. On the top-left is the

Deleting an index

2005-01-03 Thread Scott Smith
I'm writing some junit tests for my search code (which layers on top of Lucene). The tests all follow the same pattern: 1. setUp(): Create some directories; write some files to be indexed 2. someTest: Call the indexer to create an index on the generated files; do several searches and