Hello All,
I have indexed two separate drives and created 2 separate valid indexes of both. In my SearchConfiguration.xml I created the respective <index> tags as indicated below. When I make a search query using the provided jsp pages I only obtain results from the first index and NOT the second index. The only way for me to get results from the 2nd index is to explicitly pass the argument "index" with a value equal to the name of my second index via the GET request and then of of course I only get results from that 2nd index only. I have tried all the combination of changing my <index> tag without any positive results. The documentation seems to contain less tag attributes than the sample configuration files.
<index name="main" default="true">
<dir>C:\Program Files\Regain\searchindex</dir>
</index>
<index name="example" default="true">
<dir>C:\Program Files\Regain\mike_test_index</dir>
</index>
I am using version 1.6.8 Preview. My question is, how can I have multiple active indexes and get results from all the indexes at the same time when a user does a "global" search?
I am going to try this with the 1.6.6 version and see if that solves it.
Thanks in advance for your assistance.
