Hi everybody,
I want to make a search engine that user can choose to
find something in the magazine, or newspaper or both.
So I made 2 file configuration:
magazine.conf used to index documents in /magazines/ and
newspaper.conf used to index documents in /newspapers/
Then I run this commands:
rundig -vvv -a -c magazine.conf > mag.out
rundig -vvv -a -c newspaper.conf > news.out
If I want to let user searching in both database, what should I do?
Should I reindex the documents in /magazines/ and /newspapers/?
Or will it help if I merge the magazine database and newspaper database?
Or can htsearch search in 2 database without merging them before?
If I run this commands:
htmerge -a -v -c magazine.conf -m newspaper.conf
will this solve my problem?
If I merge them, to which database will htmerge put the result?
Will it overwrite magazine or newspaper database?
I need the answer as soon as possible.
Thank you
Irene
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day

