Re: Using Lucene's Multi Dimensional Space Search for Air traffic handling.

2016-08-26 Thread Janaka Thilakarathna
Hi Michael, Got it. :) Thank you very much for the reply. Janaka On Thu, Aug 25, 2016 at 9:22 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > Geo3D uses more "straightforward" math since it can do everything on a > unit (well, slightly squashed) sphere, but the downside is it must

[ANNOUNCE] Apache Lucene 6.2.0 released

2016-08-26 Thread Michael McCandless
26 August 2016, Apache Luceneā„¢ 6.2.0 available The Lucene PMC is pleased to announce the release of Apache Lucene 6.2.0. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires ful

Lucene 6 Support in Wildfly 10 ?

2016-08-26 Thread Ralph Soika
Hi, I try to migrate the lucene version from 4.10.4 to 6.2.0 (or 5.5.2) in my application, which is running on Wildfly 10 with java 8. When I try to create a Lucene IndexWriter : // create a IndexWriter Instance Directory indexDir = FSDirectory.open(Paths.get(indexDirectoryPath)); IndexWriterC

Re: Lucene 6 Support in Wildfly 10 ?

2016-08-26 Thread Ralph Soika
Hi, I solved the issue. It seems that the problem was an 'cached' classpath. After I undeployed all artifacts and restarted the wildfly server, the problem did no longer occur. === Ralph On 26.08.2016 19:34, Ralph Soika wrote: Hi, I try to migrate the lucene version from 4.10.4 to 6.2.0 (o

Searching in a bitMask

2016-08-26 Thread Cristian Lorenzetto
How it is possible to search in a bitmask for soddisfying a request as bitmask&0xf == 0xf ?