Lucene search

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/13/2011 6:18:51 AM
Gravatar
Total Posts 16

Lucene search

i read article abt lucene search in documentation, it searches feature wise( two results if same word in two content on one page).

I want to replace feature wise search to pagewise in Lucene search, so is it possible?

if it's not possible than how can i implement google search in my site.

Thanks,

Vipul Patel

10/17/2011 10:24:17 AM
Gravatar
Total Posts 2239

Re: Lucene search

You can't switch the internal (Lucene) search to index by URL. If you want this type of functionality you will need to use Bing or Google. To use Bing or Google, go to Administration > Site Settings > API Keys (tab) and select your desired search engine from the "Default Site Search Engine" drop down. To use either Google or Bing, you'll need to register for a "Custom Search Id" or "Search API Key," respectively, and place that value in the appropriate field on the API Keys page.

HTH,
Joe D.

You must sign in to post in the forums. This thread is closed to new posts.