Constellio Enterprise Search announces its first Open Source release

2010-09-22 Thread Rida Benjelloun
The Constellio team is proud to announce the release of the first Open Source version of Constellio Enterprise Search. It is available for download at the following address : http://www.constellio.com Based on Apache Solr and using Google Search Appliance's connector architecture, Constellio prov

Lucene job in Amsterdam

2010-09-22 Thread Eric Bowman
Hi, We're looking for a senior, experienced Lucene engineer to work on a high performance location search platform for a Dutch company in Amsterdam. This is not a contract role, sorry. Please email me if this might be interesting to you. (I'm not a recruiter; I'm involved in the project...)

Re: How to export lucene index to a simple text file?

2010-09-22 Thread Adriano Crestani
> Saving the index in text format would also be a fun codec (in 4.0) to create > :) A codec like that would be welcome :) On Wed, Sep 22, 2010 at 5:31 AM, Michael McCandless wrote: > Saving the index in text format would also be a fun codec (in 4.0) to create > :) > > Ie, the codec would be re

Re: Using FastVectorHighlighter for snippets

2010-09-22 Thread Devshree Sane
Thanks for your reply Koji. On Wed, Sep 22, 2010 at 4:51 AM, Koji Sekiguchi wrote: > (10/09/22 3:24), Devshree Sane wrote: > >> I am a bit confused about the parameters that are passed to the >> FastVectorHighlighter.getBestFragments() method. One parameter is a >> document >> id and another is

Re: How to export lucene index to a simple text file?

2010-09-22 Thread Michael McCandless
Saving the index in text format would also be a fun codec (in 4.0) to create :) Ie, the codec would be read/write. The performance wouldn't be great, but it'd be neat for debugging, teaching, transparency purposes... Mike On Tue, Sep 21, 2010 at 9:26 PM, Lance Norskog wrote: > The Lucene Check