Re: Issue indexing nested documents

2023-04-12 Thread Charlie Hubbard
Hi, Thanks for that background information. I don't really need separate lists at the moment. I can make do with these limitations of 6.6.6. Thanks again Charlie On Tue, Apr 11, 2023 at 5:07 AM Mikhail Khludnev wrote: > I suppose you are looking for functionality introduced at 7.5 > https://

Re: How to use MorelikeThis with duplicates

2023-04-12 Thread Dave
The recent flag is super clever, and you can use it on other applications/situations as well. I would do that in a heartbeat assuming you can reindex your data set quickly > On Apr 12, 2023, at 10:49 AM, Alessandro Benedetti > wrote: > > Following up on Mikhail good insights, > I would prob

Re: How to use MorelikeThis with duplicates

2023-04-12 Thread Alessandro Benedetti
Following up on Mikhail good insights, I would probably recommend using the More Like This Query Parser followed by grouping/field collapsing on a field. It should solve your problem! If your requirements are more advanced feel free to let us know! Cheers -- *Alessandro Be

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2023-04-12 Thread Alessandro Benedetti
Same here, I wanted to add a colleague of mine to the discussion but possibly I have done it wrong, apologies! We'll add more info soon if relevant to the community! -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-ma

Re: Problem with "sow" and WordGraphDelimeter

2023-04-12 Thread Alessandro Benedetti
My bad, I was adding a colleague of mine to the discussion, but possibly done in the wrong way! We are observing some problems in mixing up those two token filters, we may update the mail thread in the next few days! Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *A

Re: SynonymGraphFilterFactory with WordDelimiterGraphFilterFactory usage

2023-04-12 Thread Alessandro Benedetti
FYI -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Information Retrieval Applied Consulting | Training | Open Source Website: Sease.io LinkedIn

Re: Problem with "sow" and WordGraphDelimeter

2023-04-12 Thread Alessandro Benedetti
FYI -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Information Retrieval Applied Consulting | Training | Open Source Website: Sease.io LinkedIn

highlighting section nearly empty

2023-04-12 Thread solr
Hi all, I'm running Solr 9.1.1 on Windows 10 Pro. Search is fine, but the highlighting section at the end of the results does only show the documents UID. I search for 'penke' and the string 'penke' should be marked for highlighting. Any idea on this? Best, Walter Claassen Query URL: http:

Re: How to use MorelikeThis with duplicates

2023-04-12 Thread Mikhail Khludnev
Hello Tom. It's not clear which kind of MLT you are referring to: handler, queryparser or component . Generally there are two options for deduplication: - query time: filed grouping or field collapsing - index time: - mlt query might be limited to parents with titles and children might carry edit

How to use MorelikeThis with duplicates

2023-04-12 Thread Tom Tailor
Hi all I want to build a recommender using Solr MoreLikeThis. I work on bibliographic data I.e. books. I have multiple records of different editions of the same book. For a given book MLT returns all different editions of the book this is not new content from the users point of view. I can not