RE: Lucene4.x book

2013-09-24 Thread la...@protulae.com
Hi Ashwin, I am writing such a book (Lucene and Solr 4.4) for Pearson as part of a new series I am helping them start. It should be out by the end of the year, but possibly online earlier. I will post links when it gets an online home. Cheers, Lajos Lajos Moczar theconsultantcto.

ANNOUNCE: Lucene/Solr Revolution EU 2013 - Session List & Early Bird Pricing

2013-09-24 Thread Chris Hostetter
(NOTE: cross-posted to various lists, please reply only to general@lucene w/ any questions or follow ups) Hey folks, 2 announcements regarding the upcoming Lucene/Solr Revolution EU 2013 in Dublin (November 4-7)... ## 1) Session List Now Posted I'd like to thank everyone who helped vote f

Lucene4.x book

2013-09-24 Thread Ashwin Tandel
Hi, Please let me know if you are aware of a book or reference guide on Lucene4 and above. I came across 'Lucene in Action, 2nd Edition', but it covers Lucene 3x. Thanks in Advance, Ashwin

Equivalent LatLongDistanceFilter in Lucene 4.4 API

2013-09-24 Thread james bond
Hi All, Can you please let me know if there is an equivalent of LatLongDistanceFilter in Lucene 4.4 API. This API was present in Lucene 3.6 API. I have to mainly compute whether a point(lat,lang) is present at a distance d from another point(lat,lang). I have checked different classes from the s

RE: checking index for existance of paths

2013-09-24 Thread Ruud Dozijn
>> >> What can I do to check for a complete file path? > > Do not use the QueryParser. > You do not want an Analyzer, so just create a TermQuery directly. Thanks for the advice, this was the missing jigsaw piece, Ruud

Re: checking index for existance of paths

2013-09-24 Thread Roberto Ragusa
On 09/24/2013 12:58 PM, Ruud Dozijn wrote: > If I want to check a certain file with for example query > 'filename:/tmp/test/t1.txt', I get no results, because the slashes are > converted to spaces when doing an exact match, or the query is split up into > 'filename:tmp' , 'filename:test' and 'fi

checking index for existance of paths

2013-09-24 Thread Ruud Dozijn
hi all, I am quite new to Lucene. I have downloaded an example from a tutorial, adapted it for version 3.6 (which is the one I have installed) and run it several times. The script indexes an array of files and adds them to the Lucene index. Then, the user can query the documentset by keying