Lucene one to many query

2019-09-20 Thread ncs88
Hi everyone. I am trying to build a lucene query that will work with the following one-to-many relationship. I’m trying to-do this in lucene 5.5 but if i can’t then i’ll move towards upgrading the project to a newer version if necessary. Say i have two objects like so. One Company that has multip

Getting Matched Text and Field for a Document

2019-09-20 Thread aravinth thangasami
Dear all, Along with the search results, we are trying to find which text and field gave the result. For that, We have written a custom collector for collecting query from the scorer along with the ScoreDoc. Please clarify to us is there anything wrong/limitations in our approach. Are there any