(from github.com/gabfields02)
The default search index and update index is fess.YYYYMMDD, right?
In my case, I wanted to create new search index and update index in FESS which I named fess_new_index. I set up my Crawl Configuration and it correctly crawled and indexed data into fess_new_index. It indexed 6 documents. However, when I perform a search, it shows a System Error.
Do I need to have FESS’s mapping when creating fess_new_index? Any more idea about this so that it will not show an error?
Also, I tried having two update index with fess_config.properties as shown below. My goal for this is to have a separate index for a specific crawl location.
However, when running FESS with this configuration, I get an error.
Is it not possible to have two update index?
Another question. I have this certain scenario:
I search for a certain file and it shows in the search results. After searching or clicking on that certain search result, I want to delete it from the Search Index.
Is this possible with FESS?
(from github.com/gabfields02)
Hello, @marevol. I have similar question again.
What about this scenario:
After clicking on a certain search result, I want to run an executable file.
Is this also a special requirement?