Include custom tables data in search results.

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.
3/16/2012 12:40:31 AM
Gravatar
Total Posts 9

Include custom tables data in search results.

Hi,

In my project there is no user input part that is doing another windows project. My Mojoportal project just displaying the data using custom user controls.

My requirement is, I want to include this data in the search results while searching that data.  I am using custom tables from that tables my Mojoportal project pull the data.

How to include these data in search results?

3/16/2012 3:16:46 AM
Gravatar
Total Posts 108
Community Expert

Re: Include custom tables data in search results.

Hi you need to make a implementation of the IndexBuilderProvider  on you own feature, you can find detail documentation here

http://www.mojoportal.com/makingcustomfeaturessearchable.aspx

Mojoportal search feature are based on the lucene search engine you can find more info about the lucene.Net engine here

http://incubator.apache.org/lucene.net/

 

 

3/28/2012 2:01:08 AM
Gravatar
Total Posts 9

Re: Include custom tables data in search results.

hi,

Thanks for your replay.

 Can you explain  how to include IndexBuilderProvider in my Custom User Controls.

 

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