Skip to content

Commit b7549b0

Browse files
committed
added solr access
1 parent c45197b commit b7549b0

20 files changed

+221
-49
lines changed

.classpath

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry excluding="file/reporting/CfEvaluator.java|processing/CfCalculator.java|processing/CfTagCalculator.java|processing/LdaCalculator.java|file/filtering/ResourceFiltering.java|file/filtering/TagFiltering.java|processing/MahoutCalculator.java" kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4+
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
55
<classpathentry exported="true" kind="lib" path="lib/opencsv-2.3.jar"/>
66
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar"/>
77
<classpathentry exported="true" kind="lib" path="lib/guava-14.0-rc1.jar"/>
88
<classpathentry exported="true" kind="lib" path="lib/mallet-deps.jar"/>
99
<classpathentry exported="true" kind="lib" path="lib/mallet.jar"/>
1010
<classpathentry exported="true" kind="lib" path="lib/javaml-0.1.5.jar"/>
11-
<classpathentry kind="lib" path="lib/Jama-1.0.3.jar"/>
12-
<classpathentry kind="lib" path="lib/vecmath-1.5.1.jar"/>
13-
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
14-
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.36-bin.jar"/>
11+
<classpathentry exported="true" kind="lib" path="lib/Jama-1.0.3.jar"/>
12+
<classpathentry exported="true" kind="lib" path="lib/vecmath-1.5.1.jar"/>
13+
<classpathentry exported="true" kind="lib" path="lib/json-simple-1.1.1.jar"/>
14+
<classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.36-bin.jar"/>
15+
<classpathentry exported="true" kind="lib" path="lib/solr-solrj-4.10.1.jar"/>
16+
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.3.jar"/>
17+
<classpathentry exported="true" kind="lib" path="lib/httpclient-4.3.1.jar"/>
18+
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.6.jar"/>
19+
<classpathentry exported="true" kind="lib" path="lib/httpcore-4.3.jar"/>
20+
<classpathentry exported="true" kind="lib" path="lib/httpmime-4.3.1.jar"/>
21+
<classpathentry exported="true" kind="lib" path="lib/noggit-0.5.jar"/>
22+
<classpathentry exported="true" kind="lib" path="lib/wstx-asl-3.2.7.jar"/>
23+
<classpathentry exported="true" kind="lib" path="lib/zookeeper-3.4.6.jar"/>
24+
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
1525
<classpathentry kind="output" path="bin"/>
1626
</classpath>

lib/commons-io-2.3.jar

178 KB
Binary file not shown.

lib/commons-logging-1.2.jar

60.4 KB
Binary file not shown.

lib/httpclient-4.3.1.jar

572 KB
Binary file not shown.

lib/httpcore-4.3.jar

276 KB
Binary file not shown.

lib/httpmime-4.3.1.jar

36.2 KB
Binary file not shown.

lib/noggit-0.5.jar

22 KB
Binary file not shown.

lib/slf4j-api-1.7.6.jar

28 KB
Binary file not shown.

lib/solr-solrj-4.10.1.jar

440 KB
Binary file not shown.

lib/wstx-asl-3.2.7.jar

509 KB
Binary file not shown.

0 commit comments

Comments
 (0)