projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df1a85
)
Disble termlist term factor by default
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 8 Mar 2011 16:28:54 +0000
(17:28 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 8 Mar 2011 16:28:54 +0000
(17:28 +0100)
src/session.c
patch
|
blob
|
history
diff --git
a/src/session.c
b/src/session.c
index
c46a891
..
c8d62e9
100644
(file)
--- a/
src/session.c
+++ b/
src/session.c
@@
-1304,8
+1304,7
@@
static int ingest_to_cluster(struct client *cl,
&se->total_merged);
const char *use_term_factor_str = session_setting_oneval(sdb, PZ_TERMLIST_TERM_FACTOR);
- // TODO: Work-around to default to use term factor, until other MK2 components supports it
- int use_term_factor = 1;
+ int use_term_factor = 0;
int term_factor = 1;
if (use_term_factor_str && use_term_factor_str[0] != 0)
use_term_factor = atoi(use_term_factor_str);