Re: Point query on a LatLonPoint field

2025-06-09 Thread Ignacio Vera
gt; processing itself? Are there situations in which someone would not want > this behavior? > > Tomas > > On Mon, Jun 9, 2025 at 11:02 AM Ignacio Vera wrote: > > > That is actually expected as the query is trying to match the > > original point with the encoded point

Re: Point query on a LatLonPoint field

2025-06-09 Thread Ignacio Vera
That is actually expected as the query is trying to match the original point with the encoded point in the index, therefore is not matching. There are other cases where results are not as expected, for example if you index the points from a polygon and then you make a polygon query using that polyg

[ANNOUNCE] Apache Lucene 10.2.0 released

2025-04-10 Thread Ignacio Vera
The Lucene PMC is pleased to announce the release of Apache Lucene 10.2.0. Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-

[ANNOUNCE] Apache Lucene 9.11.1 released

2024-06-27 Thread Ignacio Vera
The Lucene PMC is pleased to announce the release of Apache Lucene 9.11.1. 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 full-text search, especially cross-platform. This

[ANNOUNCE] Apache Lucene 9.4.1 released

2022-10-24 Thread Ignacio Vera
The Lucene PMC is pleased to announce the release of Apache Lucene 9.4.1. Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-

[ANNOUNCE] Apache Lucene 9.3.0 released

2022-07-29 Thread Ignacio Vera
29 July 2022 - Apache Lucene™ 9.3.0 available The Lucene PMC is pleased to announce the release of Apache Lucene 9.3.0. Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structure

Re: Slower document retrieval in 8.7.0 comparing to 7.5.0

2021-01-23 Thread Ignacio Vera
Hi! This slowdown is expected, see LUCENE-9477 & LUCENE-9486 .The trade-off here is index size vs fetch time, we have introduced a more aggressive compression strategy for stored fields with the

Re: Tessellator failure for a certain polygon

2020-10-20 Thread Ignacio Vera
hello, Yes, indeed that looks like a bug, please create JIRA issue so we can track it. Thank you! On Mon, Oct 19, 2020 at 9:07 PM Yuri Vishnevsky wrote: > Hello, > > This bug was discovered while using ElasticSearch (checked with versions > 7.6.2 and 7.9.2). > But I've created an isolated test

Re: Indexing & Searching Geometries ( MultiLine & MultiPolygon )

2020-10-02 Thread Ignacio Vera
Hello! Let's consider polygons. I imagine you are doing something like this to index one polygon: Polygon polygon = Document document = new Document(); Field[] fields = LatLonShape.createIndexableFields(FIELDNAME, polygon); for (Field f : fields) { document.add(f); } So a multipolygon is

Re: [VOTE] Lucene logo contest, here we go again

2020-09-01 Thread Ignacio Vera
here is my vote: A1, A2 (binding) On Tue, Sep 1, 2020 at 1:49 PM Aurélien MAZOYER wrote: > Hi community, > > I would vote for A1. > > Aurélien > > > > On Tue, 1 Sep 2020 at 13:26, Andrzej Białecki wrote: > > > A1, D (binding) > > > > > On 1 Sep 2020, at 02:26, Ryan Ernst wrote: > > > > > > De

[ANNOUNCE] Apache Lucene 8.6.2 released

2020-09-01 Thread Ignacio Vera
01 September 2020, Apache Lucene™ 8.6.2 available The Lucene PMC is pleased to announce the release of Apache Lucene 8.6.2. 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

Re: [VOTE] Lucene logo contest

2020-06-16 Thread Ignacio Vera Sequeiros
PMC vote: option A On Wed, Jun 17, 2020 at 7:36 AM Jeroen Lauwers wrote: > A. Definitely. > > Verstuurd vanaf mijn telefoon > > > Op 17 jun. 2020 om 03:46 heeft Jason Gerlowski > het volgende geschreven: > > > > Option "A" > > > >> On Tue, Jun 16, 2020 at 8:37 PM Man with No Name > >> wrote:

Re: Tessellate exception in Elasticsearch

2020-06-04 Thread Ignacio Vera
; [ >171098.875162, >175780.555004 > ], > [ >171090.729754, >175786.150716 > ], > [ >171044.231002, >175818.094268 > ] > ] >

Re: Tessellate exception in Elasticsearch

2020-06-04 Thread Ignacio Vera Sequeiros
Hi, I think your polygon has intersecting edges but it is difficult to reproduce with that output. Could you provide the original polygon you are trying to index? Thanks! On Thu, Jun 4, 2020 at 11:30 AM Claeys Wouter wrote: > Hi, > > This is an error which we get in Elasticsearch when trying t

[ANNOUNCE] Apache Lucene 8.5.1 released

2020-04-16 Thread Ignacio Vera
## 16 April 2020, Apache Lucene™ 8.5.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 8.5.1. 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

[ANNOUNCE] Apache Lucene 8.2.0 released

2019-07-26 Thread Ignacio Vera
## 26 July 2019, Apache Lucene™ 8.2.0 available The Lucene PMC is pleased to announce the release of Apache Lucene 8.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