Try our conversational search powered by Generative AI!

EPiServer Full Text Search

Vote:
 

I'm trying out the new Full Text Search for EPiServer CMS R2, but I have some issues. I've downloaded the example FTSFacade thru NuGet.

The files are created in IndexingService (e.g Main / _1o.cfs, 27kb) and the Gadget for ReIndex comes up. 

When performing a search, it takes about 2-3 minutes before it gets an empty result. Also, is it searching to all properties set to Searchable?

Code:

string query = "lorem";

FTSFacade.CmsSearchHandler search = new FTSFacade.CmsSearchHandler();

var test = search.GetSearchResults(query, false, false,1, 100);

Any ideas why this occurs?

 

 

#52841
Aug 16, 2011 21:34
Vote:
 

Hi Viktor.

Sorry but I don't. The search engine is just a wrapper for Lucene.Net which I unfortunately don't know anything about.

I can tell you that the FTS Facade indexes all searchable properties and some meta-data. If you have no luck with searching for potential Lucene.net problems then raise a support case with EPi.

Thanks

Paul.

#52906
Aug 18, 2011 22:12
Vote:
 

Even I am facing the same issues,Can any one have idea

#59746
Jun 26, 2012 13:25
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.