Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] SnipMatch's local search demo

Hi Chen, 

exciting news :) I'll test it tonight.


On 14.03.2012, at 08:53, Chen Cheng wrote:

Two attach files to help explain how to use it:

1. snipmatch_preference.png 
SnipMatch's local setting preference page, operate step 2 and 3 in this dialog

2. SnipMatch.png
SnipMatch works in java file editor


2012/3/14 Chen Cheng <chengchendoc@xxxxxxxxx>
Hi Marcel & Doug,

I have finished SnipMatch's local search demo, and submit code into GIT repository, You guys can update the latest code and have a trial of it in Eclipse's debug.

This is the simple guide about how to use it:

1. Download snippets into local file system, you can use "git clone https://code.google.com/a/eclipselabs.org/p/code-recommenders.snipmatch-snippets/" to get sample json format snippet files. Here we suppose you store the snippets in "D://snippets"

2. Run "SnipMatchPlugin" project as Eclipse application. Then, open Eclipse preference -> Code Recommenders -> SnipMatch -> Local setting, you will find a "Snippets directory" option, click "Browse" button after it, select your json format snippet store path, here is "D://snippets"

3. Select "Search engine file path" in the same dialog, suppose it is "D://snippets/demo.txt", then click the button "Update Index", it will generate the index file for the demo search engine named "D://snippets/demo.txt".

4. In Java file editor, use "Ctrl + Enter" to pop up snippet query dialog, you can input "print", "loop" or "awt" etc to have a trial.

I just use a simple string compare to search snippets here, we should discuss how to merge the Lucene based search engine in the coming days :-)


--
Best Regards From Cheng Chen [chengchendoc@xxxxxxxxx]



--
Best Regards From Cheng Chen [chengchendoc@xxxxxxxxx]
<snipmatch_preference.png><SnipMatch.png>_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev


Back to the top