[vosao] r1189 committed - new search method

0 views
Skip to first unread message

vo...@googlecode.com

unread,
May 6, 2015, 9:12:50 AM5/6/15
to vosao-cms-n...@googlegroups.com
Revision: 1189
Author: emili...@gmail.com
Date: Wed May 6 13:12:38 2015 UTC
Log: new search method
https://code.google.com/p/vosao/source/detail?r=1189

Modified:
/trunk/api/src/main/java/org/vosao/search/SearchIndex.java

=======================================
--- /trunk/api/src/main/java/org/vosao/search/SearchIndex.java Sun Nov 23
18:53:30 2014 UTC
+++ /trunk/api/src/main/java/org/vosao/search/SearchIndex.java Wed May 6
13:12:38 2015 UTC
@@ -25,6 +25,8 @@
import java.io.IOException;
import java.util.List;

+import org.vosao.entity.PageEntity;
+
/**
* Search index of all site pages for one language.
*
@@ -39,6 +41,8 @@

List<Hit> search(SearchResultFilter filter, String query, int textSize);

+ public List<PageEntity> search(SearchResultFilter filter, String query);
+
void saveIndex() throws IOException;

String getLanguage();
Reply all
Reply to author
Forward
0 new messages