Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000172 [Sphinx] general major always 2008-06-25 16:37 2008-07-09 19:33
Reporter tstading View Status public  
Assigned To shodan
Priority normal Resolution fixed  
Status resolved   Product Version 0.9.8-rc1
Summary 0000172: Distributed index issue with MVA
Description I have a distributed index set up with an MVA field (userids). When I query a searchd
locally for that index, it returns all the MVA fields. When I query it from a distributed
index, it returns empty.

Querying locally for a single document (special D_ identifier) works, returning:
userids(1234,234,5212)

index textIndex3
{
                source = textIndex

                path = /docs/textIndex3

                docinfo = extern

                morphology = stem_en

                stopwords = english.stop

                min_word_len = 2

                charset_type = utf-8
}

Querying the same index for the same document (whether locally or from another server)
does not return MVA values:
userids()

index indexAText
{
                type = distributed
                agent = localhost:3997:testIndex3
}

I am running 0.9.8-rc2(r1234) on a linux Fedora Core 7, 4GB memory, Pentium Duo 2.33 CPU.

My expectation is to get all the MVA values for a document even when I use distributed searching.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000235)
shodan (administrator)
2008-07-09 19:33

Fixed in r1300+

- Issue History
Date Modified Username Field Change
2008-06-25 16:37 tstading New Issue
2008-07-09 19:33 shodan Status new => resolved
2008-07-09 19:33 shodan Fixed in Version => 0.9.8-svn
2008-07-09 19:33 shodan Resolution open => fixed
2008-07-09 19:33 shodan Assigned To => shodan
2008-07-09 19:33 shodan Note Added: 0000235


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker