hi,
i have about 50,000 documents indexed and am behavior where a search
for a term against the index is returning much less results that a
search against a meta index. does the following make sense? i would
expect a general search for a unique word like "saignon" to find all 12
matches. is this just an issue of my tuning swish-e?
todd
a general search finds 4 hits
[powerbook:home/giro1150/swish] breslow%
/usr/home/giro1150/local/bin/swish-e -w saignon
# SWISH format: 2.4.0-pr1
# Search words: saignon
# Removed stopwords:
# Number of hits: 4
# Search time: 0.045 seconds
# Run time: 0.067 seconds
1000 /usr/home/giro1150/index/entries/46892.xml "46892.xml" 1907
499 /usr/home/giro1150/index/entries/47171.xml "47171.xml" 420
499 /usr/home/giro1150/index/entries/28128.xml "28128.xml" 515
499 /usr/home/giro1150/index/entries/20198.xml "20198.xml" 2236
a meta search finds 12 hits
[powerbook:home/giro1150/swish] breslow%
/usr/home/giro1150/local/bin/swish-e -w city=saignon
# SWISH format: 2.4.0-pr1
# Search words: city=saignon
# Removed stopwords:
# Number of hits: 12
# Search time: 0.019 seconds
# Run time: 0.149 seconds
1000 /usr/home/giro1150/index/entries/20199.xml "20199.xml" 313
1000 /usr/home/giro1150/index/entries/46892.xml "46892.xml" 1907
1000 /usr/home/giro1150/index/entries/40529.xml "40529.xml" 436
1000 /usr/home/giro1150/index/entries/31598.xml "31598.xml" 519
1000 /usr/home/giro1150/index/entries/31180.xml "31180.xml" 415
1000 /usr/home/giro1150/index/entries/31170.xml "31170.xml" 327
1000 /usr/home/giro1150/index/entries/31156.xml "31156.xml" 335
1000 /usr/home/giro1150/index/entries/31010.xml "31010.xml" 626
1000 /usr/home/giro1150/index/entries/30279.xml "30279.xml" 338
1000 /usr/home/giro1150/index/entries/29350.xml "29350.xml" 1008
1000 /usr/home/giro1150/index/entries/28669.xml "28669.xml" 481
1000 /usr/home/giro1150/index/entries/46893.xml "46893.xml" 299
Received on Fri Sep 5 17:22:41 2003