e8a20bc0a36e5885fa67503ba58be9c29ef96500 |
|
16-Sep-2016 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
reuse IndexReader objects for multi-project searches
fixes #1132 |
3dc379d98a11243103242e2b43b1ab1322795b7e |
|
04-Sep-2014 |
Lubos Kosco <tarzanek@gmail.com> |
lucene 4.10 + cleanup + coverity in travis |
9a4361e23046cda58b9a5b8f4e11910dc433bada |
|
04-Jul-2013 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
field type adjustments, ui fixes |
cd1fe74964370b3f6b4ae79635fd1074f7a94d3d |
|
27-May-2013 |
Sven-Kristofer Pilz <sven.pilz@gmail.com> |
Added a new field “fileType” to the Lucene index.
The field should contain the file type. By default
the normalized name of the analyzer is used.
For example: “CAnalyzer” becomes “c” and
“SQLAnalyzer” becomes “sql”. |
123edc876010aee39f9c9caf2520c418d6b96fca |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
It's named static final, not final static |
ff5eba819da0cf7964d884630fb13262ef12c505 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Fix trailing whitespace |
fcb68bae47907ba23c545e379c81c3ee6e19f778 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Add perl analyser
fix pmd in GitHistoryParser , prepare for pmd on whole source
unify locales to jvm default from US |
dd1753e157524bbe2e69d24e75044962223191b4 |
|
02-Jan-2013 |
Pat Downey <patd@symbian.org> |
Include complete path to matching file when outputting search results. SCA #OS0422 |
3aa0947feb67d3e8292d84776638be98dd97fdc3 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
fix startup script OpenGrok (tested usage and deploy), findbugs warnings on resource leaks, checkstyle fixes |
e325ce06d9350834b2eab65f00334d7861354c61 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
lucene upgrade phase 2 , patch for 7594 - add support for sorting results by filepath by Christian Lohmaier |
01ed075d8c150456ed54889abb7d71f0f068d8ab |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@sun.com> |
Remove unused imports |
eb32a77fdb57f20c042b7b79b28a4fb4060cb949 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
lucene upgrade 2.4.1 phase 1 (cli support for single db) |
760369283613b2d5c2449cdc5b7a74e16d929750 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@sun.com> |
Initialize query each time parseCmdLine is called |
9f5a7adefcd3e07345b92f0deb1ed1c30df6eec2 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@sun.com> |
Remove PMD warnings |
4db6dbfe971f3c68c0945e5da3b6d5a3248054da |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@sun.com> |
Removed dead code |
a90c307564052f582357f820eadec4390e6a86c6 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@sun.com> |
More refactor, and add JUnit test |
5e0ccd8bb84a766f65680b4cc1e43b356d1d78b8 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@sun.com> |
Refactor Search to ease testing |
b1e0699bbd6ba0934c13d14e2e656b26a4e0fa62 |
|
18-Aug-2008 |
Jorgen Austvik <jorgen.austvik@sun.com> |
Fix PMD System.out and println warnings. |
b6e48c95305391ca75f99817def61159230969fa |
|
13-Aug-2008 |
Trond Norbye <trond.norbye@sun.com> |
Remove imports from same package |
c19a27a4550141bcdd4e546f510e606aac6a6e93 |
|
12-Aug-2008 |
Trond Norbye <trond.norbye@sun.com> |
Remove scope GUI
There are a lot of bugs in the GUI, and it is not being used. It is easier to
delete it than to spend time fixing it (since noone use it). We can allways
get it back from the SCM if someone wants it back.. |
38115c792a2142d264ca2617b11962301f079c0a |
|
29-May-2008 |
Trond Norbye <trond.norbye@sun.com> |
Converted dos-files to unix mode, and fixed some indentation |
e3dd85d6e9047f6a15a70434c98737ce10391261 |
|
06-Feb-2008 |
Trond Norbye <trond.norbye@sun.com> |
Added fulltext search to the CLI as requested by Lubos |
19f697f327cad591f2ea7ae0836550cafb24d2fc |
|
06-Feb-2008 |
Trond Norbye <trond.norbye@sun.com> |
Fixed command line search with org.opensolaris.opengrok.search.Search |
56cf784edfb2afbc95cec5871cc0f8aef12b7ca6 |
|
21-Aug-2007 |
Trond Norbye <trond.norbye@sun.com> |
Add support for leading wildcards
Unless you specify a value, OpenGrok will use the same default value
as Lucene (this is currently disabled). The current implementation
will give you a performance penalty when you perform a search with
leading wildcard. |
ab6406f9557d78081e2476b704d189ee42e7bb04 |
|
30-Jun-2007 |
Trond Norbye <trond.norbye@sun.com> |
Update Lucene to 2.1.0 and a small configuration change
* It is possible to specify the maximum number of words in a file to index
by using: -b <number>. The default value is 60000 |
396c32e8e15d1a9ce0f01a8417c7e073add25f41 |
|
25-Dec-2006 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Print more stack traces and don't print exception messages twice. |
c23e82b612acd5e947c164114377578116f6d298 |
|
15-Nov-2006 |
Trond Norbye <trond@norbye.org> |
Initial import (OpenGrok 0.3.1) |