summaryrefslogtreecommitdiffstats
path: root/juniper/README
diff options
context:
space:
mode:
Diffstat (limited to 'juniper/README')
-rw-r--r--juniper/README36
1 files changed, 0 insertions, 36 deletions
diff --git a/juniper/README b/juniper/README
deleted file mode 100644
index f044cad83e8..00000000000
--- a/juniper/README
+++ /dev/null
@@ -1,36 +0,0 @@
-
-This module implements a result processing solution to create
-dynamic teasers and proximity boosting of documents based on the
-input query.
-
-The module offers the following main interface:
-
-rpinterface.h
-
- This interface provides access for Juniper to full query structure information.
- The query provider needs to implement the IQuery interface to allow Juniper
- to traverse the query and possibly obtain additional information about each term.
- (see query.h which is included by rpinterface.h)
-
- This is the preferred result processing interface to Juniper.
-
- src/rpclient/testclient.cpp
-
- is an example of use of this interface.
-
-
-Directory structure:
--------------------------
-build - contains the fbuild official build specification for Juniper
-doc - contains manually written and generated (doxygen) documentation
- for Juniper.
-include - default public include file location
-lib - default library location
-src - the main source directory
-src/rpclient - example and regression test client
-src/test - unit and submodule tests using the Fastlib test framework
-src/util - contains some debug utilities for debugging/converting between
- unicode/iso character sets.
-
-See INSTALL.txt for build instructions.
-