| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
1263 (0.513s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Best way to design a "story and comments" schema. - Solr - [mail # user]
|
|
...Multi-valued fields don't have the same full support as simple fields and documents (since they are effectively a sub-document). Although we do now have the ability to "add" to a...
|
|
|
Author: Jack Krupansky,
2013-05-13, 14:50
|
|
|
Re: Can we search some mandatory words and some optional words in SOLR - Solr - [mail # user]
|
|
...That's simply a standard, old-fashioned Lucene query: +Java +mysql +php TCL Perl Selenium And you can decide if "min should match" (mm) is 0, 1, 2, 3, etc. for the optional...
|
|
|
Author: Jack Krupansky,
2013-05-13, 14:40
|
|
|
Re: Getting "explain" information of more like this search in a more usable format - Solr - [mail # user]
|
|
...Try debug.explain.structured=true, which will give you an XML response that can be traversed. Don't worry about the fact that these features are labeled "debug" - they are ...
|
|
|
Author: Jack Krupansky,
2013-05-13, 13:32
|
|
|
Re: Best way to design a "story and comments" schema. - Solr - [mail # user]
|
|
...There are no transactions in Solr. Delete the Story and then the comments. "Core" is just the old Solr terminology. A "collection" is the data itself, like the data on the disk. ...
|
|
|
Author: Jack Krupansky,
2013-05-13, 13:25
|
|
|
Re: solr no longer webapp - Lucene - [mail # dev]
|
|
...Maybe somebody could supply a little history about how Solr actually became a "webapp" as opposed to a standalone web server. If the only/main/primary reason was "because it's ea...
|
|
|
Author: Jack Krupansky,
2013-05-13, 12:38
|
|
|
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
|
|
|
|