| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
909 (0.369s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Solr 4.0 indexing performance - Solr - [mail # user]
|
|
...Hi - you're likely seeing a drop in performance because of durability which is enabled by default via a transaction log. When disabled 4.0 is iirc slightly faster than 3.x. ...
|
|
|
Author: Markus Jelsma,
2012-11-15, 10:02
|
|
|
RE: Solr Indexing MAX FILE LIMIT - Solr - [mail # user]
|
|
...Hi - instead of trying to make the system ingest such large files perhaps you can split the files in many small pieces. ...
|
|
|
Author: Markus Jelsma,
2012-11-13, 08:15
|
|
|
RE: Apache Nutch 1.5.1 + Apache Solr 4.0 - Solr - [mail # user]
|
|
...You're in SolrCloud mode, it needs that field. Just put it as explained in the error somewhere within your element. ...
|
|
|
Author: Markus Jelsma,
2012-11-12, 14:02
|
|
|
RE: Skewed IDF in multi lingual index - Solr - [mail # user]
|
|
...I'd like to add that multiplicative boosting on very scarce properties, e.g. you want to boost on a boolean value of which there are only very few, causes a problem in scoring when using doc...
|
|
|
Author: Markus Jelsma,
2012-11-12, 12:39
|
|
|
RE: How Index word document in solr. - Solr - [mail # user]
|
|
...hi - Check the Extracting Request Handler manual: http://wiki.apache.org/solr/ExtractingRequestHandler ...
|
|
|
Author: Markus Jelsma,
2012-11-12, 09:11
|
|
|
RE: Skewed IDF in multi lingual index - Solr - [mail # user]
|
|
...Robert, Tom, That's it indeed! Using maxDoc as numerator opposed to docCount yields very skewed results for an unevenly distributed multi-lingual index. We have one language dominating...
|
|
|
Author: Markus Jelsma,
2012-11-09, 09:22
|
|
|
RE: best practice for restarting the entire SolrCloud cluster - Solr - [mail # user]
|
|
...Hi - i think you're seeing: https://issues.apache.org/jira/browse/SOLR-3993 ...
|
|
|
Author: Markus Jelsma,
2012-11-08, 21:02
|
|
|
Skewed IDF in multi lingual index - Solr - [mail # user]
|
|
...Hi, We're testing a large multi lingual index with _LANG fields for each language and using dismax to query them all. Users provide, explicit or implicit, language preferences that we ...
|
|
|
Author: Markus Jelsma,
2012-11-08, 16:13
|
|
|
RE: positions and qf parameter in (e)dismax - Solr - [mail # user]
|
|
... In the past it was silently ignored. But another parameter or relying on pf seems more appropriate to me. ...
|
|
|
Author: Markus Jelsma,
2012-11-08, 15:01
|
|
|
RE: Apache Nutch 1.5.1 + Apache Solr 4.0 - Solr - [mail # user]
|
|
...Hm, i copied the schema from Nutch' trunk verbatim and only had to change the stemmer. It seems like you have, for some reason, a float with an extra point dangling around somewhere. C...
|
|
|
Author: Markus Jelsma,
2012-11-08, 15:00
|
|
|
|