On 10/1/22 15:41, Shawn Heisey wrote:
Sharing the field and fieldtype definitions from your schema and the exact input for both indexing and query will let us configure our own Solr identically and try it, using the analysis section in the admin UI.  Which you can do yourself.  It is an invaluable tool once you get the hang of it.

With that we can also index a document and actually try the query to check that what we are seeing in the analysis page is really what happens.  One problem is that the analysis page cannot emulate every possible query clause, but if we run the query and get a debug, we can then use info about how the query was parsed to check manually against the final step of index analysis.  I would like the analysis page to properly handle everything the lucene qparser does, particularly phrase queries, but I think that is a MAJOR undertaking to try and code.

Thanks,
Shawn

Reply via email to