24 Commits

Author SHA1 Message Date
adam-m
f72dbc4c77 config change make changes visible after 15k doc commit kicks in 2013-01-04 12:37:19 -05:00
adam-m
bc3ccd16a6 add image_id to Solr schema 2013-01-03 10:34:20 -05:00
adam-m
5eada99ca5 increase token limit, add more comments to schema 2013-01-03 09:33:35 -05:00
adam-m
c19993c480 keyword search:
- use FVH for snippets query for 3x snippet query performance
- index 100k tokens per 1MB chunk instead of 10k, indexing all content
- increase snippet length from 45 to 50
- add limit on regex query to be 20k results matching the regex - todo tune more
- log how many fscontent hits on regex query - will use data to tune in future
- minor code adjustments, debug queries if dev build, etc
2013-01-02 17:31:48 -05:00
adam-m
55332e0076 AUT-732 Text view exception
fix Solr escaping html when generating highlight text, set html encoder to default
2012-12-28 18:16:39 -05:00
adam-m
5e0912f6bc Solr 4.0.0 config and schema updates: keep 3.6 behavior for now for better comparison
Do not  use NRT caching - possibly causing heap issues in Solr, keep 3.6 default.
2012-12-27 13:23:25 -05:00
adam-m
f003297fb1 Solr config updates 2012-12-21 17:40:04 -05:00
adam-m
e50e247557 initial SOlr and Tika upgrade to 4.0.0 / 1.2: updated build, packages and module deps, API changes, initial configuration changes, update to using new handlers, bumped LUCENE version frm 36 to 40 2012-12-21 14:16:01 -05:00
0xNF
eaee0427b3 Made sure all references to solr port numbers were the same. 2012-11-07 11:19:09 -05:00
0xNF
e6254f4eee Solr default port changes to ephemeral high port 23232.
Checks if port is occupied, and throws an error if so.
2012-11-02 14:36:20 -04:00
0xNF
ace5f7a47e Changed Solr port from :8983 to :9293
Will conflict with Sony Playstation RemotePlay, but who'll notice?
2012-11-01 14:34:47 -04:00
adam-m
9910ca31d9 update lucene spec to 36 2012-10-05 17:59:37 -04:00
adam-m
ad008232ba solr config: update lucene version, add the default 10000 tokens limit setting 2012-10-05 17:54:02 -04:00
adam-m
87b7ea831d Solr log - enable warn level and higher for release builds 2012-10-05 16:59:33 -04:00
adam-m
55b89dac41 remove deprecation in Solr config XML 2012-10-05 14:31:41 -04:00
adam-m
8a24478b9c slight doc cache increase 2012-08-21 17:18:00 -04:00
adam-m
08edc0737e Lower Solr doc cache settings to 16 docs 2012-06-11 11:49:19 -04:00
adam-m
c3a2f3a13c Preliminary version of large files string extraction support - no full hit navitation yet.
Also, some refactoring and cleanup of old keyword search code.
2012-05-14 17:37:27 -04:00
adam-m
b9aaf58c90 use stored=false for now for performance, test more (might break the preview) 2012-03-27 08:28:31 -04:00
adam-m
69d55f7cc1 Keyword search ingest improvements: alternative performQueryPerTerm() and equivalent bb write methods - more optimal for grouping results per hit (in ingest) rather then per query.
Improves overall keyword search ingest performance.
Improve regex results highlight by using content_ws field.
2012-03-27 00:16:28 -04:00
Brian Carrier
b197088de8 Fixed exception that occured if SOLR was not shutdown when autopsy was in debug session. Cleaned up SOLR Server code a little bit. 2012-01-02 23:24:11 -05:00
adam-m
3a2c860eb9 TSK-277 Add more advanced regular expression searching
- first iteration complete, with the result tree and highlight match find/preview
- solr schema change
2011-12-28 13:20:39 -05:00
Peter J. Martel
37849c2c0a Restrict Solr to localhost 2011-12-06 17:01:08 -05:00
Peter J. Martel
f02341c739 Use internal Solr w/ configs, get dependencies from Ivy 2011-12-06 15:35:12 -05:00