On Tue, Jan 13, 2004 at 10:02:16AM -0800, Weir James K Contr ASC/ENOI wrote:
> Hello,
>
> I am trying to run a search with multiple swishdocpaths
>
> SWISH-e.exe -w test swishdocpath=(room1 or room2)
>
> when I do this I receive an error no records found ... I know in both room1 and room2 the word test is in the text files there.
>
> any ideas why this not working for me?
Seeing how I don't have access to your computer, no I can't tell. Perhaps if you
posted some examples that would help (don't post attachments -- the
list server rejects them).
$ echo test > room1
$ echo test > room2
$ echo testx > room3
$ echo "Metanames swishdocpath" > c
$ swish-e -i room* -c c -v0
$ swish-e -w 'test swishdocpath=(room1 or room2)'
# SWISH format: 2.4.1
# Search words: test swishdocpath=(room1 or room2)
# Removed stopwords:
# Number of hits: 2
# Search time: 0.022 seconds
# Run time: 0.063 seconds
1000 room2 "room2" 5
1000 room1 "room1" 5
.
--
Bill Moseley
moseley@hank.org
Received on Tue Jan 13 22:32:39 2004