Re: Lucene Faceted search

2023-02-13 Thread David Habgood
Thanks for the link Andy, @Elie my specific use case is this: I have millions of records with perhaps 100 unique attributes across the records. Individual records may only have 5-10 attributes though. So a user who wishes to browse the data based on attributes can progressively filter the data

Re: GeoSPARQL 1.1 Implementations

2023-02-13 Thread Nicholas Car
Thanks Simon, much appreciated. I see the 8 issues created and will try to get them dealt with ASAP. And yes, if anyone else here in the Jena community wants to add Issues to GeoSPARQL 1.1, please do at https://github.com/opengeospatial/ogc-geosparql/issues. Nick -- Dr Nicholas Car Data

Re: GeoSPARQL 1.1 Implementations

2023-02-13 Thread Simon Bin
I have opened some issues on the geosparql issue tracker, maybe someone else from the Jena community also wants to take a look there. Best, On Tue, 2023-01-24 at 00:27 +, Nicholas Car wrote: > Dear GeoSPARQL implementers and potential implementers, > > GeoSPARQL 1.1 >

Re: Lucene Faceted search

2023-02-13 Thread Andy Seaborne
On 13/02/2023 12:59, David Habgood wrote: Hi Jena Users, I'm interested in extending the Jena Lucene capabilities to include Lucene's faceted search ( https://javadoc.io/doc/org.apache.lucene/lucene-facet/latest/index.html).

Re: Lucene Faceted search

2023-02-13 Thread Élie Roux
Dear David, I think extended Jena Lucene is a good idea, but I'm not exactly sure what you mean (partly because I'm not very familiar with Lucene's faceted search). Can you give an example? Best, -- Elie

Lucene Faceted search

2023-02-13 Thread David Habgood
Hi Jena Users, I'm interested in extending the Jena Lucene capabilities to include Lucene's faceted search ( https://javadoc.io/doc/org.apache.lucene/lucene-facet/latest/index.html). As far as I can tell from searching the mailing list (and github) the Lucene faceted search capability hasn't