Eugene Livis
73c9b65148
Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into index_upgrade
2017-01-13 10:04:47 -05:00
Eugene Livis
6b192f7f76
Improvements to Solr4IndexUpgrade.jar and Solr5IndexUpgrade.jar
2017-01-13 09:54:48 -05:00
Eugene Livis
f66db79cfa
Added JARs and logic to execute Solr 5 to 6 upgrade
2017-01-13 09:43:50 -05:00
Eugene Livis
b53db96aeb
Added JARs and logic to execute Solr 4 to 5 upgrade
2017-01-12 16:49:14 -05:00
esaunders
0c6fafc9b0
Updated schema version number to 2.0.
2017-01-11 12:31:22 -05:00
Richard Cordovano
c6adff9c59
Merge in develop with overlapping chunks
2017-01-11 11:22:34 -05:00
millmanorama
94e136b451
first pass at overlapping chunks
2017-01-04 17:16:17 +01:00
millmanorama
d14c15fbdb
bump chunk size to exactly 32k, single read chars to 1024
2017-01-04 12:25:34 +01:00
millmanorama
d2a6fe3fda
move chunking algorithm into seperate class(es) and reduce chunk size to ~32k
2017-01-03 14:26:46 +01:00
esaunders
64990065f2
Merge branch 'solr6_standalone' into 2121_regex_query
2016-12-14 16:49:20 -05:00
esaunders
bcda17746e
Updated version number and commented out copying of content and file_name into content_ws.
2016-12-14 15:58:32 -05:00
esaunders
be855a3e7f
Really remove SOLR_HOME setting this time.
2016-11-21 15:11:00 -05:00
esaunders
6269859d0f
Removed SOLR_HOME setting since it ends up overwriting setting in Server.java
2016-11-21 14:30:24 -05:00
esaunders
bdb9f6ed1c
Added zoo.cfg that will limit number of Zookeeper snapshots.
2016-11-21 12:55:37 -05:00
esaunders
70fe8cbaa9
Remove verbose GC settings from autopsy-solr.in.cmd
2016-11-21 12:52:06 -05:00
esaunders
4f067ac789
Added customized Solr launch scripts that (a) write log files to the Autopsy log folder and (b) take extra JVM settings to use the correct configuration.
2016-11-15 16:41:44 -05:00
esaunders
15c25efb23
Removed old Solr configuration folder.
2016-11-15 16:39:35 -05:00
esaunders
bb6b184c55
Schema and configuration updates for Solr 6 upgrade.
2016-11-15 11:07:01 -05:00
millmanorama
139fd29509
add string field to schema
2016-11-10 10:29:28 +01:00
esaunders
04c8216553
Merge branch 'solr_6_upgrade' of github.com:sleuthkit/autopsy into solr6_standalone
2016-11-09 16:18:53 -05:00
esaunders
a4b8431779
Initial stab at getting Solr 6 to start in standalone mode.
2016-11-09 13:57:23 -05:00
Eugene Livis
ed72d690dd
No longer using solr.admin.AdminHandlers as the class was removed in Solr 5
2016-10-24 17:13:25 -04:00
Eugene Livis
a784ee815f
Replaced JSON and CVS request handlers with solr.UpdateRequestHandler
2016-10-24 17:03:07 -04:00
Eugene Livis
10a9b7b5ed
Removed 'enablePositionIncrements=true' from solr.StopFilterFactory as this option is no longer supported
2016-10-24 16:45:04 -04:00
Eugene Livis
6c2d1d33eb
Replacing SortableIntField and other unsupported 'sortable' fields with TrieIntField
2016-10-13 17:43:17 -04:00
Eugene Livis
886087a48b
Changing other no longer supported field types
2016-10-13 17:35:51 -04:00
Eugene Livis
e90a699d7a
Using TrieIntField as Solr.IntField has been removed
2016-10-13 17:31:42 -04:00
Eugene Livis
5e3e0a9476
Removed unlockOnStartup option which has been removed and now causes an exception
2016-10-13 17:20:32 -04:00
esaunders
9386edb434
Added _version_ field to schema for Solr Cloud deployments.
2015-09-01 10:22:39 -04:00
esaunders
6705654c57
Removed tempDirectory setting since on a Windows install this ends up being within 'Program Files' and when Solr is started it doesn't have permission to extract content to that location.
2015-04-21 16:15:43 -04:00
Eamonn Saunders
a276c5facb
Use new solr.xml file format.
2015-04-15 14:54:02 -04:00
Eamonn Saunders
42847cd10a
Added updated config files.
2015-03-30 15:21:39 -04:00
Eamonn Saunders
7c7e343c5a
Removed workaround for bug in Solr 4.0.
2015-03-30 15:16:48 -04:00
Eamonn Saunders
818ee3a676
Removed Autopsy config as I'm not sure I've got the right set of files.
2015-03-30 15:13:47 -04:00
Eamonn Saunders
c8b8530386
Revert "Removed workaround for bug in Solr 4.0."
...
This reverts commit 46389f13f509ab47d21d9d4eb32037df8eb6008a.
2015-03-30 15:10:38 -04:00
Eamonn Saunders
edf2b8018b
Updated Lucene version number to 4.9
2015-03-30 11:39:32 -04:00
Eamonn Saunders
2f5454716d
Updated default Jetty host and port.
2015-03-26 17:51:11 -04:00
Eamonn Saunders
46389f13f5
Removed workaround for bug in Solr 4.0.
2015-03-26 17:50:22 -04:00
Eamonn Saunders
681cf993e9
Added Autopsy specific config set.
2015-03-26 17:49:23 -04:00
Eamonn Saunders
8287fa826d
Copied new jetty.xml and webdefault.xml files from Solr 4.9.1.
...
New configuration files are needed since we are now using newer version of Jetty from org.eclipse.
2015-03-24 16:41:54 -04:00
Eamonn Saunders
78b5244afa
Added "resources" folder with log4j.properties file and "contexts" folder with solr-jetty-context.xml file.
2015-03-24 16:40:41 -04:00
Eamonn Saunders
554089200e
Set default jetty.host = localhost.
2015-03-09 14:10:17 -04:00
Brian Carrier
f7ce38d20f
Lots of KeywordSearch refactoring
2014-04-22 14:18:40 -04:00
Brian Carrier
e9131b0dd6
removed some unused fields from SOLR schema
2014-04-18 15:49:29 -04:00
Brian Carrier
64a231a2e3
file names are found by regexp keyword search now, fixed error reporting in keyword search, comment updates, etc.
2013-10-30 00:49:42 -04:00
Brian Carrier
f5d4d10aa2
removed some index fields in SOLR schema and added comments to code
2013-08-13 16:39:10 -04:00
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