https://github.com/rnewson/couchdb-lucene

sort by:
Revision Author Date Message Commit Date
8f4945f format errors better 18 April 2009, 12:18:23 UTC
5d92db9 log start and stop of both services. 18 April 2009, 11:46:44 UTC
5e37db9 enhanced logging. 17 April 2009, 21:59:17 UTC
2b375b4 enhanced logging. 17 April 2009, 21:56:11 UTC
c75bcfe log and ignore calls to field() with null key or value. 17 April 2009, 15:38:28 UTC
b5d7eec use log4j for logging. 17 April 2009, 13:42:04 UTC
ccb3c81 add note about ipv6 localhost workaround. [#12 state:resolved] modified: README.md 13 April 2009, 12:27:36 UTC
5e4e181 Add documentation on proposed enhancements to the indexing API for 0.3. 10 April 2009, 16:13:15 UTC
fffe66e catch security exception when setting class shutter as Rhino might reuse a context [#11 state:resolved] 10 April 2009, 15:23:00 UTC
6908849 open 0.3 development. 08 April 2009, 18:51:05 UTC
7730b13 v0.2 08 April 2009, 18:49:58 UTC
960741c add Thanks.md 07 April 2009, 18:36:21 UTC
4395cb6 spellcheck note 07 April 2009, 13:36:47 UTC
ef3f787 add sysreq for Sun JDK. 06 April 2009, 19:04:28 UTC
cdc5113 updated TODO 06 April 2009, 13:35:49 UTC
0b6780f expand index-everything example 05 April 2009, 10:31:31 UTC
999e0a2 remove println 05 April 2009, 00:32:06 UTC
390858a re-add Index Everything example. 05 April 2009, 00:30:27 UTC
9a71557 formatting 04 April 2009, 23:05:05 UTC
c837046 remove broken example. 04 April 2009, 22:53:11 UTC
5ff4cda add date example. 04 April 2009, 22:51:15 UTC
f59999b improve examples 04 April 2009, 22:49:42 UTC
e5457ca remove broken example from README. 04 April 2009, 22:47:06 UTC
764563b update news in README. 04 April 2009, 22:43:44 UTC
181988d handle native Dates 04 April 2009, 22:42:01 UTC
087dcec update documentation. 04 April 2009, 22:10:32 UTC
83b9d02 more tidy up. 04 April 2009, 21:55:20 UTC
c207a60 update README 04 April 2009, 21:43:46 UTC
03cac38 handle deletions when there's no transform function. 04 April 2009, 20:27:50 UTC
917093e fix tests, tidy code. 04 April 2009, 20:17:17 UTC
02298a7 indent with spaces, not tabs. 04 April 2009, 20:08:33 UTC
3474a64 merge from davisp/multi-doc 04 April 2009, 19:58:59 UTC
4a68aaa re-enable ClassShutter now that Rhino contexts are cleaned up correctly. 02 April 2009, 22:19:18 UTC
51f0e0c close Rhino object to clean Context stuff. 02 April 2009, 21:37:02 UTC
a30a92a support several date formats when indexing. 02 April 2009, 17:28:44 UTC
9b60c1c i18n test documents are in UTF-8. tests fail if default platform encoding is US-ASCII (Greek tests shows 'nl' instead of 'el'). Force UTF-8 decoding. [#10 state:resolved] 02 April 2009, 11:36:42 UTC
a12f22c Rrevert the _uid commit and use delete by query. This commit implements the delete documents by query matching dbname and document id instead of relying on the _uid field. 02 April 2009, 01:33:04 UTC
fc0cd49 Adding a .gitignore 02 April 2009, 01:22:38 UTC
1275710 add note about date parsing. 01 April 2009, 23:17:23 UTC
909959a remove class shutter tweak for now. [#5 state:resolved] 01 April 2009, 21:43:47 UTC
39b22c8 document that default search field is the _body field that attachment text goes to [#4 state:resolved] 01 April 2009, 21:25:26 UTC
fe20455 fix typo in documentation [#7 state:resolved] 01 April 2009, 20:54:11 UTC
4840eb7 fix classloading issues with LanguageIdentifier. 01 April 2009, 20:10:02 UTC
55b0d79 add _uid to ensure uniqueness of id in Lucene across databases. 30 March 2009, 20:46:13 UTC
288c915 tests 29 March 2009, 17:25:33 UTC
9952e5f add tests for correct language detection. 29 March 2009, 16:43:20 UTC
10152f4 import europarl documents to test i18n work. 29 March 2009, 16:28:18 UTC
8fd113e use Nutch's LanguageIdentifier instead of Tika's. modified: TODO modified: src/main/java/com/github/rnewson/couchdb/lucene/Tika.java new file: src/main/java/org/apache/nutch/analysis/lang/LanguageIdentifier.java new file: src/main/java/org/apache/nutch/analysis/lang/NGramProfile.java new file: src/main/java/org/apache/nutch/analysis/lang/da.ngp new file: src/main/java/org/apache/nutch/analysis/lang/de.ngp new file: src/main/java/org/apache/nutch/analysis/lang/ee.ngp new file: src/main/java/org/apache/nutch/analysis/lang/el.ngp new file: src/main/java/org/apache/nutch/analysis/lang/en.ngp new file: src/main/java/org/apache/nutch/analysis/lang/es.ngp new file: src/main/java/org/apache/nutch/analysis/lang/fi.ngp new file: src/main/java/org/apache/nutch/analysis/lang/fr.ngp new file: src/main/java/org/apache/nutch/analysis/lang/hu.ngp new file: src/main/java/org/apache/nutch/analysis/lang/is.ngp new file: src/main/java/org/apache/nutch/analysis/lang/it.ngp new file: src/main/java/org/apache/nutch/analysis/lang/langmappings.properties new file: src/main/java/org/apache/nutch/analysis/lang/nl.ngp new file: src/main/java/org/apache/nutch/analysis/lang/no.ngp new file: src/main/java/org/apache/nutch/analysis/lang/package.html new file: src/main/java/org/apache/nutch/analysis/lang/pl.ngp new file: src/main/java/org/apache/nutch/analysis/lang/pt.ngp new file: src/main/java/org/apache/nutch/analysis/lang/ru.ngp new file: src/main/java/org/apache/nutch/analysis/lang/sv.ngp new file: src/main/java/org/apache/nutch/analysis/lang/th.ngp modified: src/test/java/com/github/rnewson/couchdb/lucene/TikaTest.java new file: src/test/java/org/apache/nutch/analysis/lang/LanguageIdentifierTest.java modified: src/main/java/com/github/rnewson/couchdb/lucene/Index.java modified: src/main/java/com/github/rnewson/couchdb/lucene/Tika.java 29 March 2009, 14:39:55 UTC
7ee5894 update pom to 0.2-SNAPSHOT 26 March 2009, 23:40:06 UTC
0e9ba1e pom for 0.1 release. 26 March 2009, 23:31:56 UTC
61eeb44 remove deprecated properties. 26 March 2009, 19:44:03 UTC
f1f7345 tidy TODO now that hair-trigger update has been fixed. 26 March 2009, 19:42:02 UTC
0364b0b Merge branch 'improved_indexing' 26 March 2009, 19:41:20 UTC
ee385c5 fixed min/max commit handling. 26 March 2009, 14:45:33 UTC
2ea3e9d work-in-progress. 26 March 2009, 11:38:31 UTC
ddc07ad prevent access to arbitrary Java code from _design/lucene code. 25 March 2009, 22:50:59 UTC
f40d681 wip 25 March 2009, 16:35:56 UTC
9ba59a0 document plan for improved indexing. 24 March 2009, 18:53:56 UTC
d0b8ad6 remove println. 24 March 2009, 15:40:25 UTC
0a7c5bc preserve hierarchy in document. 24 March 2009, 15:32:58 UTC
fd1c893 add lang= to query params. 24 March 2009, 00:08:07 UTC
2e69f11 detect language in attributes too. 23 March 2009, 23:56:35 UTC
d88136d use language-specific analyzer. 23 March 2009, 23:49:38 UTC
dedb588 remove useless TikaTests 23 March 2009, 23:25:42 UTC
5e7555d update README to reference LanguageIdentifier from nutch. 23 March 2009, 23:23:43 UTC
3bb7125 use Nutch's version of language. 23 March 2009, 23:22:46 UTC
8166e33 import LanguageIdentifier from Nutch (0.9). 23 March 2009, 23:19:04 UTC
772fe49 notes 23 March 2009, 13:10:37 UTC
4e6e37b demonstrate tika language detection. 23 March 2009, 10:55:52 UTC
54199dd add note to add geospatial search when lucene 2.9 lands. 22 March 2009, 23:34:37 UTC
f9c61e3 format README 22 March 2009, 12:55:01 UTC
e02cea7 include searchable/sortable fields in info. 22 March 2009, 00:19:24 UTC
2f4fdb2 return zero rows if skip is greater than total hits. 21 March 2009, 11:54:24 UTC
0cf37aa better error reporting. 21 March 2009, 11:51:08 UTC
aafb8d8 upgrade to Tika 0.3. 21 March 2009, 11:26:32 UTC
ccb81a8 add example transforms section. 20 March 2009, 11:09:41 UTC
5d5eb29 move to com.github.rnewson package. 18 March 2009, 23:33:19 UTC
5fec823 add Apache 2.0 license to all files. 18 March 2009, 23:15:04 UTC
786c48e add more info when called without args. 18 March 2009, 11:56:12 UTC
90708b8 remove extra nesting of doc with include_docs=true 18 March 2009, 00:23:30 UTC
b2ba6db use configurable time threshold in Cache-Control header. 17 March 2009, 23:00:09 UTC
0a49b8c handle database deletions more elegantly. 17 March 2009, 14:55:22 UTC
8dd37f7 add more details to pom. 17 March 2009, 13:08:12 UTC
4392677 add more details to pom. 17 March 2009, 13:02:37 UTC
c4c05f5 update README.md to document new rewrite=true option. 17 March 2009, 10:47:28 UTC
b39a183 add rewrite=true to support distributed scoring. 17 March 2009, 10:45:47 UTC
d1f0147 don't log if we don't change the index (noisy). 17 March 2009, 00:09:33 UTC
521cc62 log when we attempt to authenticate and throw if we fail. 16 March 2009, 23:17:52 UTC
b2d01cc update README for basic auth. 16 March 2009, 22:57:49 UTC
88090ec enable basic auth to couchdb. 16 March 2009, 22:53:52 UTC
635ad62 100 changes and 60 seconds as new defaults. 16 March 2009, 22:32:19 UTC
0204857 add change_threshold and time_threshold to control index commits. 16 March 2009, 22:21:16 UTC
6b2b22c add lighthouseapp link. 16 March 2009, 08:56:35 UTC
855a27b fix update loop. 16 March 2009, 00:11:53 UTC
d9a6b0c reintroduce limit when calling _all_docs_by_seq. 15 March 2009, 23:59:25 UTC
5166b74 correct handling of last page. 15 March 2009, 23:05:21 UTC
622bb8d index dates correctly. 15 March 2009, 22:44:56 UTC
f8c1696 use Javascript's date format. 15 March 2009, 22:34:59 UTC
92efcb2 remove completed TODO items. 15 March 2009, 22:05:35 UTC
b3a67df fix serious tracking bug, requires reindexing. 15 March 2009, 20:52:47 UTC
back to top