Re: ElasticSearch

2011-11-18 Thread Peyman Faratin
Thank you all for the feedback and your point of views. Peyman On Nov 18, 2011, at 2:47 AM, Peter Karich wrote: > Hi Lukáš, hi Mark > >> https://issues.apache.org/jira/browse/SOLR-839 > > > thanks for pointing me there > > >>> although some parameters are available as URL parameters as w

Re: freelance contract in Paris

2011-11-18 Thread heikki
oops my previous message was not intended to be sent to this list. Please ignore it. Is there a moderator who might please at least prevent it from ending up in the archives ? regards Heikki Doeleman On Fri, Nov 18, 2011 at 5:25 PM, Paul Girard wrote: > Dear Lucene users community, > > I am th

Re: freelance contract in Paris

2011-11-18 Thread heikki
dear Paul, my name is Heikki Doeleman and I'm very interested by your mail. I am a freelance Java/J2EE developer with over 10 years experience, and 6 years experience using Lucene in various projects. Since 2007 I am involved as one of the core developers of the Open Source geospatial catalog Geo

freelance contract in Paris

2011-11-18 Thread Paul Girard
Dear Lucene users community, I am the CTO of a research lab dedicated to digital social sciences in Sciences Po Paris, France. We are new in using Lucene but we want to get into it for many different uses. We would like to strat by hiring a freelance lucene developer to help us out with our first

Re: Failed to create text index reader for .frq file

2011-11-18 Thread Erick Erickson
Here's a useful page: http://lucene.apache.org/java/3_0_2/fileformats.html#file-names >From that doc: "Contains the list of docs which contain each term along with frequency" which means that virtually any code path that calculates TF/IDF, i.e. anything that calculates relevancy will want this fi

Re: Generating a static index

2011-11-18 Thread Nathan Wells
I haven't asked in the grails community yet. I definitely will. Nathan Wells On Nov 18, 2011, at 4:35 AM, Ian Lea wrote: > You can certainly create a lucene index once and deploy it multiple > times with your app. It should be portable if you deploy the relevant > lucene jar as well. > > So

Re: Generating a static index

2011-11-18 Thread Ian Lea
You can certainly create a lucene index once and deploy it multiple times with your app. It should be portable if you deploy the relevant lucene jar as well. So I think that is a yes to "can". Not sure about the "should" though. As far as I'm aware lucene won't index HTML directly although ther