| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
1248 (0.256s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Best way to design a "story and comments" schema. - Solr - [mail # user]
|
|
...Try the simplest, cleanest design first (at least on paper), before you start resorting to either dynamic fields or multi-valued fields or other messy approaches. Like, one colle...
|
|
|
Author: Jack Krupansky,
2013-05-13, 12:29
|
|
|
Re: Solr 4.2.1 behavior with field names that use "|" character - Solr - [mail # user]
|
|
...Ken, the rule for field naming is really simple: You can use any crazy-assed name and all manner of special characters and spaces you want... BUT, anything other than a semi-stri...
|
|
|
Author: Jack Krupansky,
2013-05-11, 21:10
|
|
|
Re: Tika not extracting content from ODT / ODS (open document / libreoffice) in Solr 4.2.1 - Solr - [mail # user]
|
|
...I filed SOLR-4809 - "OpenOffice document body is not indexed by SolrCell", including some test files. https://issues.apache.org/jira/browse/SOLR-4809 Yeah, at this st...
|
|
|
Author: Jack Krupansky,
2013-05-10, 22:48
|
|
|
Re: Tika not extracting content from ODT / ODS (open document / libreoffice) in Solr 4.2.1 - Solr - [mail # user]
|
|
...I downloaded the latest Apache OpenOffice 3.4.1 and it does in fact fail to index the proper content, both for .ODP and .ODT files. If I do extractOnly=true&extractFormat=text, I...
|
|
|
Author: Jack Krupansky,
2013-05-10, 22:23
|
|
|
Re: Tika not extracting content from ODT / ODS (open document / libreoffice) in Solr 4.2.1 - Solr - [mail # user]
|
|
...Switching to Microsoft Office will probably solve your problem! Sorry, I couldn't resist. Are you using a really new or really old version of the ODT/ODS software? I mean, ...
|
|
|
Author: Jack Krupansky,
2013-05-10, 15:57
|
|
|
Re: Negative Boosting at Recent Versions of Solr? - Solr - [mail # user]
|
|
...Solr does support both additive and multiplicative boosts. Although Solr doesn't support negative multiplicative boosts on query terms, it does support fractional multiplicative ...
|
|
|
Author: Jack Krupansky,
2013-05-09, 22:41
|
|
|
Re: Fuzzy searching documents over multiple fields using Solr - Solr - [mail # user]
|
|
...You can use function queries to boost documents as well. Sorry, but it can get messy to figure out. See: http://wiki.apache.org/solr/FunctionQuery See also the edismax "bf"...
|
|
|
Author: Jack Krupansky,
2013-05-09, 17:34
|
|
|
Re: [Discussion] Discontinue the ROLLBACK command in Solr? - Lucene - [mail # dev]
|
|
...This does highlight that rollback is perfectly reasonable for embedded Solr or other "dedicated", single-node, well-controlled apps, even if it doesn't work for cloud. Fro...
|
|
|
Author: Jack Krupansky,
2013-05-09, 17:28
|
|
|
Re: Fuzzy searching documents over multiple fields using Solr - Solr - [mail # user]
|
|
...A simple "OR" boolean query will boost documents that have more matches. You can also selectively boost individual OR terms to control importance. And do and "AND" for the requir...
|
|
|
Author: Jack Krupansky,
2013-05-09, 15:30
|
|
|
Re: Use case for storing positions and offsets in index? - Solr - [mail # user]
|
|
...Term positions in the index are used for phrase query and span queries. There is a separate concept called "term vectors" that maintains positions as well. It is most useful for ...
|
|
|
Author: Jack Krupansky,
2013-05-09, 06:04
|
|
|
|