Discussion:
Webboard: parameter tag
b***@mnogosearch.org
2013-10-24 14:40:57 UTC
Permalink
Author: erwan plop
Email:
Message:
Hi,
I upgraded to the version 3.3.14 from the version 3.3.4 and now when I use the parameter tag, it doesn't work anymore. I don't know exactly how this parameter works. Could you help me understand this problem ?

Thanks

Reply: <http://www.mnogosearch.org/board/message.php?id=21565>
b***@mnogosearch.org
2013-10-25 07:03:08 UTC
Permalink
Author: Alexander Barkov
Email: ***@mnogosearch.org
Message:
Hi,
Post by b***@mnogosearch.org
Hi,
I upgraded to the version 3.3.14 from the version 3.3.4 and now when I use the parameter tag, it doesn't work anymore. I don't know exactly how this parameter works. Could you help me understand this problem ?
Thanks
Can you please clarify what happens?
Does search.cgi ignore the t=xxx query string parameter
and returns all results, or does it return an empty result?
How does the full URL look like?


Reply: <http://www.mnogosearch.org/board/message.php?id=21566>
b***@mnogosearch.org
2013-10-25 08:02:55 UTC
Permalink
Author: erwan plop
Email:
Message:
When I use this URL : node.xml?ps=500&m=all&wm=wrd&wf=111F&q=personnel,
it returns the results that I want but when I use this one : node.xml?ps=500&m=all&wm=wrd&wf=111F&q=personnel&tag=nomenclature, it returns nothing.


Reply: <http://www.mnogosearch.org/board/message.php?id=21567>
b***@mnogosearch.org
2013-10-25 10:56:51 UTC
Permalink
Author: Alexander Barkov
Post by b***@mnogosearch.org
When I use this URL : node.xml?ps=500&m=all&wm=wrd&wf=111F&q=personnel,
it returns the results that I want but when I use this one : node.xml?ps=500&m=all&wm=wrd&wf=111F&q=personnel&tag=nomenclature, it returns nothing.
Does this query return any records:

SELECT url.rec_id FROM url, server s WHERE (s.tag LIKE 'nomenclature') AND s.rec_id=url.server_id

?


Reply: <http://www.mnogosearch.org/board/message.php?id=21568>
b***@mnogosearch.org
2013-10-25 11:10:16 UTC
Permalink
Author: erwan plop
Email:
Message:
The query returns more than 7000 records

Reply: <http://www.mnogosearch.org/board/message.php?id=21569>
b***@mnogosearch.org
2013-10-25 11:14:43 UTC
Permalink
Author: Alexander Barkov
Post by b***@mnogosearch.org
The query returns more than 7000 records
Please try the following:

1. Add these commands into node.xml:

Log2Stderr yes
LogLevel 6

2. Run search.cgi from command line like this:

./search.cgi -d /path/to/node.xml "personnel&ps=500&m=all&wm=wrd&wf=111F&tag=nomenclature" >output.xml

It will print search results to output.xml,
and debug information to stderr.

Does output.xml have still no results?

How does stderr output look like?



Reply: <http://www.mnogosearch.org/board/message.php?id=21570>
b***@mnogosearch.org
2013-10-25 11:25:34 UTC
Permalink
Author: erwan plop
Email:
Message:
output.xml is still empty and this is the copy of the terminal output :

search.cgi[3152]: Start loading limits
search.cgi[3152]: WHERE limit loaded. 6297 URLs found
search.cgi[3152]: Stop loading limits 0.38 (6297 URLs found)
search.cgi[3152]: Start fetching words
search.cgi[3152]: Start search for 'personnel'
search.cgi[3152]: Start fetching
search.cgi[3152]: Stop fetching 0.00
search.cgi[3152]: Start BlobAddCoords
search.cgi[3152]: Secno=1 len=2375
search.cgi[3152]: Secno=7 len=735
search.cgi[3152]: Stop BlobAddCoords 0.00
search.cgi[3152]: Stop search for 'personnel' 0.01 (0 coords found)
search.cgi[3152]: Stop fetching words: 0.01
search.cgi[3152]: Start merging 0 lists
search.cgi[3152]: Stop merging: 0.00 (0 sections)
search.cgi[3152]: Start GroupByURL 0 sections
search.cgi[3152]: Stop GroupByURL 0.00 (0 docs found)
search.cgi[3152]: Stop FindWordsDB: 0.39
search.cgi[3152]: Stop FindWords 0.39
search.cgi[3152]: Start UdmConvert
search.cgi[3152]: Stop UdmConvert: 0.00
search.cgi[3152]: Start Excerpts
search.cgi[3152]: Stop Excerpts: 0.00
search.cgi[3152]: Start WordInfo
search.cgi[3152]: Stop WordInfo: 0.00
search.cgi[3152]: Stop UdmFind: 0.40


Reply: <http://www.mnogosearch.org/board/message.php?id=21571>
b***@mnogosearch.org
2013-10-25 11:57:02 UTC
Permalink
Author: Alexander Barkov
Post by b***@mnogosearch.org
search.cgi[3152]: Start loading limits
search.cgi[3152]: WHERE limit loaded. 6297 URLs found
search.cgi[3152]: Stop loading limits 0.38 (6297 URLs found)
search.cgi[3152]: Start fetching words
search.cgi[3152]: Start search for 'personnel'
search.cgi[3152]: Start fetching
search.cgi[3152]: Stop fetching 0.00
search.cgi[3152]: Start BlobAddCoords
search.cgi[3152]: Secno=1 len=2375
search.cgi[3152]: Secno=7 len=735
search.cgi[3152]: Stop BlobAddCoords 0.00
search.cgi[3152]: Stop search for 'personnel' 0.01 (0 coords found)
search.cgi[3152]: Stop fetching words: 0.01
search.cgi[3152]: Start merging 0 lists
search.cgi[3152]: Stop merging: 0.00 (0 sections)
search.cgi[3152]: Start GroupByURL 0 sections
search.cgi[3152]: Stop GroupByURL 0.00 (0 docs found)
search.cgi[3152]: Stop FindWordsDB: 0.39
search.cgi[3152]: Stop FindWords 0.39
search.cgi[3152]: Start UdmConvert
search.cgi[3152]: Stop UdmConvert: 0.00
search.cgi[3152]: Start Excerpts
search.cgi[3152]: Stop Excerpts: 0.00
search.cgi[3152]: Start WordInfo
search.cgi[3152]: Stop WordInfo: 0.00
search.cgi[3152]: Stop UdmFind: 0.40
From the output it seems that the word 'personnel'
is just not found in the documents that have
the given tag value.


Reply: <http://www.mnogosearch.org/board/message.php?id=21572>

Loading...