I have a complex Sphinx Config which utilizes regepx and wordforms as well.
Often I get unexpected results and have started using Show Meta
to see what my various manipulations are actually searching for.
I have records 1
,2
and 3
that should each be found by SphinxQL
Query A
or SphinxQL
Query B
. Yet only 1
and 2
are found by Query A
and only 3
is found by Query B
.
When I run Show Meta
however it shows me the expected keywords for Query A
and Query B
are identical.
I am unclear why all 3 records are not found by either Query when they are found by one or the other which request the same keywords ultimately.
In fact if I manually do a SphinxQL
search for the same keywords each of the original Queries ended up pushing as described by Show Meta
I get all the records.
Is there another analysis tool in Sphinx that might help me uncover this mystery?