That seems difficult if not impossible. The joins are just complex queries,
with the same data set.
> On Feb 28, 2017, at 11:37 PM, Nitin Kumar wrote:
>
> Hi,
>
> Can we use join query for more than 2 cores in solr. If yes, please provide
> reference or example.
>
> Thanks,
> Nitin
Hi,
Can we use join query for more than 2 cores in solr. If yes, please provide
reference or example.
Thanks,
Nitin
Hi Nilesh
You may want to play with the mm parameter for edismax. This parameter
determines how many of your terms need to match. I say play, because it is hard
to learn this from the documentation. I did a bit of experimentation to
discover all the details of this. Cheers--Rick
On February 28
Sure. If I do OR query, does Solr provide number of phrases matched in each
document ?
E.g. if I search for A B C, if two documents are returned. Can Solr provide
result like this ?
Doc1 - A, B
Doc2 - B,C
Thanks,
On Tue, Feb 28, 2017 at 2:56 PM, Walter Underwood
wrote:
> I strongly recommend u
I strongly recommend using OR instead of AND. Misspellings are in about 10% of
queries. Those tend to get zero results for many variations of AND or
mostly-AND.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
> On Feb 28, 2017, at 11:54 AM, Nilesh Kaman
I tried, but it does not serve the purpose. The autoRelax is applied when
words are removed from query field due to stopwords, etc
So it is applied before the results are fetched.
In my case, if no results are found, I want best possible results.
So if I search for +A +B +C +D +E +F... +Z) and no d
Under eDismax there is a parameter called relax something Try that
first.
Regards,
Alex
On 28 Feb 2017 12:34 PM, "Nilesh Kamani" wrote:
> Hello All,
>
> I want to modify a boolean AND search.
> Just to give an example.
> If somebody searches for +A +B +C, but if there is no document whi
You don't put those is Q. You put those in other parameters.
But just putting numbers in the boxes should work. Unless you have
javascript disabled or something.
On 28 Feb 2017 1:23 PM, "OTH" wrote:
> As per your advice I just tried submitting with the following text in the
> "q" field:
> >
> >
you want:
"q=*:*&start=0&rows=20",
or
"q=*%3A*&start=0&rows=20",
David J. Hastings | Lead Developer
dhasti...@wshein.com | 716.882.2600 x 176
William S. Hein & Co., Inc.
2350 North Forest Road | Getzville, NY 14068
www.wshein.com/contact-us
Fro
As per your advice I just tried submitting with the following text in the
"q" field:
>
> *:*&start=0&rows=20
However I got the following response / error:
{
"responseHeader":{
"status":400,
"QTime":13,
"params":{
"q":"*:*&start=0&rows=20",
"indent":"on",
"wt":"json
Hello, thanks for response - There are no screenshots attached to your
email though.
On Tue, Feb 28, 2017 at 11:12 PM, Deeksha Sharma <
dsha...@flexerasoftware.com> wrote:
> By default its 10 rows on Admin UI and indeed its gray. But did you tried
> writing a number into the text field for:
> Sta
By default its 10 rows on Admin UI and indeed its gray. But did you tried
writing a number into the text field for:
Start,rows. See the screen shots attached.
On 2/28/17, 10:08 AM, "OTH" wrote:
Hello,
In the browser-based Solr Admin, in the 'Query' page, the "start" and
"row
Hello,
In the browser-based Solr Admin, in the 'Query' page, the "start" and
"rows" input boxes have default values of 0 and 10 respectively, but these
values are grayed out the input boxes are not allowing me to change their
values. Therefore, whenever I submit a query on this page, I am only ev
Hello All,
I want to modify a boolean AND search.
Just to give an example.
If somebody searches for +A +B +C, but if there is no document which
contains all three phrases, it should return the least +A +B or +A +C.
Could you please tell me which classes will I need to modify for this ?
Thanks,
N
Hello All,
I want to modify a boolean AND search.
Just to give an example.
If somebody searches for +A +B +C, but if there is no document which
contains all three phrases, it should return the least +A +B or +A +C.
Could you please tell me which classes will I need to modify for this ?
Thanks,
N
Hello - you are sending non-unicode code points. In Apache Nutch we use this
[1] little method to clean up outgoing data. PDF and other crazy format parsers
are known to sometimes emit bad characters. Using a TolerantUpdateProcessor is
probably not going to work, the exception is thrown by the X
Hello everyone,
We use Solr (with Adobe Coldfusion) to index circa 60,000 pdfs, however the
daily refresh has been failing with this error "Invalid UTF-8 character
0x at char #17373581, byte #17539047" [truncated - full error
message is posted below]
-
- Can Solr be configured to sk
Hello,
we are trying to upgrade solr 5.2 to solr 5.5.
In solr 5.2 we had an own, customised version of solr.war and we put it
under
solr-5.2.1/server/webapps/ (we overwrote the default solr.war),
so on the solr startup, the war was extracted to
solr-5.2.1/server/solr-webapp/
Since https:/
Hello,
Solr 5.4.1 using Solr Cloud, multiple cores with two cores per shard. Zookeeper
3.4.6 (5 zookeeper ensemble).
We use an implicit router and split shards into weeks. Every now and again I
need to run a delete on the system. I do this by running the following command
on one of the ins
Hi,
Would like to check, how can we put the having clause (having sum(fieldC) >
1000) in the following example in Solr Facet or JSON Facet query?
I'm using Solr 6.4.1.
select fieldA, fieldB, count(*), sum(fieldC), avg(fieldY)
from collection1
where fieldC = 'term1 term2'
group by fieldA, fiel
Hi,
Can we use join query for more than 2 cores in solr. If yes, please provide
reference or example.
Thanks,
Nitin
22 matches
Mail list logo