e8003fb3e52d438e9111a1833e48473f6e44e27d |
|
12-Oct-2016 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
store reference to SearcherManager in IndexSearcher super-class
fixes #1207 |
e8a20bc0a36e5885fa67503ba58be9c29ef96500 |
|
16-Sep-2016 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
reuse IndexReader objects for multi-project searches
fixes #1132 |
15e75e5f46804ec323f4bd5c2f1dde9ade756012 |
|
21-Jun-2016 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
create one search thread pool for whole app |
5a04afe9b99e53493f87f3f1f2ebfe749d8df5e7 |
|
21-Jun-2016 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
tunable for max number of search threads
fixes #1119 |
4f0d5e46a1f688fbbc48d8a321f91e8338658ac3 |
|
30-Nov-2015 |
JHKST <jhkst@centrum.cz> |
removed isLoggable where not necessary, fixed logFormatter extra newline |
6336b638e9afd018de5f6c516eac4775d140fdae |
|
26-Nov-2015 |
JHKST <jhkst@centrum.cz> |
Unified usages of logging
- OpenGrokLogger usage refactored to local LOGGERs
- Other in-line Logger.getLogger() refactored to local LOGGERs |
9ed9e4f87ae6ce8caa4c19581daef6cabc3b79bd |
|
09-Oct-2015 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
display last modified date in search results
fixes #590 |
eb1776903fd1f998009e97470a65fba8a499a0d9 |
|
06-Aug-2015 |
Lubos Kosco <tarzanek@gmail.com> |
checkstyle cleanup |
7924e188f298ac73ea81794c10559a9a553ecf40 |
|
15-Apr-2015 |
Lubos Kosco <tarzanek@gmail.com> |
lucene 5.1 |
eb11fe3584b7b243fb0641da4ab2e157610bb767 |
|
20-Mar-2015 |
Lubos Kosco <tarzanek@gmail.com> |
fix listing of types to be generated from analyzers |
73189ea86c6fb0af01e16eaa5b0da3f2bb775c41 |
|
19-Mar-2015 |
Harry Pan <pan.xingzhi@gmail.com> |
Add Haskell support. |
6602c01097c66d242046fb0490e0a5dcc1ca36c5 |
|
20-Feb-2015 |
Lubos Kosco <tarzanek@gmail.com> |
lucene 5.0.0 build (no pkg, mvn yet) |
cb47e1981ede157dd442125daca1d1b1e31b4521 |
|
23-Sep-2014 |
Sanel Zukan <karijes@users.sourceforge.net> |
Initial clojure support. |
3dc379d98a11243103242e2b43b1ab1322795b7e |
|
04-Sep-2014 |
Lubos Kosco <tarzanek@gmail.com> |
lucene 4.10 + cleanup + coverity in travis |
82d2d4fe97abbbd33d7b3943129a9ce777735ec4 |
|
14-Aug-2013 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
use specific length for git changeset IDs
fixes #661 |
a8c3d347bac7edd7bcbe9ca84a8de7c49a3d7d87 |
|
12-Aug-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
cleanup spellchecker code
use Direct spellchecker to avoid another index creation
closes #637 |
0660813d1476ce33b006694581155bf28067687b |
|
27-May-2013 |
Sven-Kristofer Pilz <sven.pilz@gmail.com> |
Added new field “type” to the web search form.
The field is a single selection containing file types
with user readable descriptions. It is mapped to the field
“fileType” in Lucene. |
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ff |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
lucene 4.0 , JDK 1.7 , fix NPE in webapp when no config found |
b02207d5f93b958e34a7cc0e52b276a90e75d89c |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Bug 19232 - NPE when the query has a syntax error |
048c8e7442bc53e7309f6bf5602fa9887e6d0a94 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
Bug 19215 - OpenGrok leaks file descriptors - temporary fix by Jens Elkner |
6d7c6f82e644c205bc679ee5b1fa2929ec949963 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
bump up version, upgrade lucene to 3.5, create task that downloads jars from web
first time you need to be connected to internet to fetch lucene libs now
for proxy systems use:
ANT_OPTS="-Dhttp.proxyHost=proxy.host.com -Dhttp.proxyPort=80" ant |
b92db005fba6786b3eb68561ea16c7708c6351f6 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
HTML tags in parse error help text should not be escaped |
877c46ee6b1e38dbed8dd7ac25f8164c204bddf1 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Fix PMD warning in SearchHelper.destroy() - EmptyCatchBlock |
7428e2282021a85deb07b30fa82fa3b12a92bfb3 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Fixed warnings reported by CheckStyle |
a23d1256fc7a3bfde014650e31e7924d5720e32c |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Log exception thrown |
be72dc8ed6dfce2445cea09638f601a08b9175e2 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Fix compile problems with the jsp after refactoring |
9a49199935ea9dfdf9a8669c874b744d3280e18e |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Remove warnings reported by NetBeans |
269fd2fe2c6cd72c0d13e414f0a6b047b7eaf9ee |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Refactor: Use interfaces |
ff5eba819da0cf7964d884630fb13262ef12c505 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Fix trailing whitespace |
50203181d8c071cfd69cb197b5da0eda5c4d6372 |
|
02-Jan-2013 |
Jens Elkner <jel+opengrok@cs.uni-magdeburg.de> |
Code cleanup, reformatting and some refactoring |