| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
1398 (0.376s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: how are you handling killer queries? - Solr - [mail # user]
|
|
...There is the "timeAllowed" parameter: http://wiki.apache.org/solr/CommonQueryParameters#timeAllowed From: Roman Chyla Sent: Monday, June 03, 2013 11:53 AM To: [EMAIL PROTECTED] ...
|
|
|
Author: Jack Krupansky,
2013-06-03, 16:24
|
|
|
Re: Solr + Groovy - Solr - [mail # user]
|
|
...Check out the support for external scripting of update request processors: http://lucene.apache.org/solr/4_3_0/solr-core/org/apache/solr/update/processor/StatelessScriptUpdateProcessor...
|
|
|
Author: Jack Krupansky,
2013-06-03, 15:22
|
|
|
Re: Multitable import - uniqueKey - Solr - [mail # user]
|
|
...Yes, every Solr document needs a unique key - if you want to be able to address documents by a unique key. Solr itself does not require a unique key for all use cases, but there ...
|
|
|
Author: Jack Krupansky,
2013-06-03, 15:16
|
|
|
Re: Can mm (min-match) be specified by field in dismax or edismax? - Solr - [mail # user]
|
|
...No, but you can with the LucidWorks Search query parser: f1:(cat dog fox bat fish cow)~50% f2:(cat dog fox bat fish zebra)~2 See: http://docs.lucidworks.com/display/lweug/Minimum...
|
|
|
Author: Jack Krupansky,
2013-06-03, 15:08
|
|
|
Re: how are you handling killer queries? - Solr - [mail # user]
|
|
...There are two radically distinct use cases: 1. Consumers on the open Internet. They do stupid things. Give them a very constrained search experience, enforced with query preproce...
|
|
|
Author: Jack Krupansky,
2013-06-03, 14:59
|
|
|
Re: Multitable import - uniqueKey - Solr - [mail # user]
|
|
...Same answer. Whether it is 2, 3, 10 or 1000 tables, you, the data architect must decide how to uniquely identify Solr documents. In general, when joining n tables, combine the n ...
|
|
|
Author: Jack Krupansky,
2013-06-03, 14:53
|
|
|
Re: Multitable import - uniqueKey - Solr - [mail # user]
|
|
...If the respective table IDs are not globally unique, then you (the developer) will have to supplement the raw ID with a prefix or suffix or other form of global ID (e.g., UUID) t...
|
|
|
Author: Jack Krupansky,
2013-06-03, 14:33
|
|
|
Re: Individual Query Works fine but OR Query not worning - Solr - [mail # user]
|
|
...Ah... now I understand - they are separate terms in the same field. You want: NORM_BUS_NME:(TEST TEST1 TEST2)^35.44 OR TRIGRAM_NORM_BUS_NME:(TEST TEST1 TEST2)^20 Even...
|
|
|
Author: Jack Krupansky,
2013-06-02, 21:30
|
|
|
Re: Individual Query Works fine but OR Query not worning - Solr - [mail # user]
|
|
...If you have a space in field value, either enclose the entire field value in quotes: "TEST1 TEST" Or escape each space with a single backslash: TEST1\ TEST In y...
|
|
|
Author: Jack Krupansky,
2013-06-02, 19:15
|
|
|
Re: word stem - Solr - [mail # user]
|
|
...You haven't given us any indication of what the analyzer for the default search field looks like. In particular what stemmer it has configured. In any case, use the Solr Admin UI...
|
|
|
Author: Jack Krupansky,
2013-06-02, 13:12
|
|
|
|