RE: Solr/PHP Query multiple words

2022-01-12 Thread Michael Z.
thank you i have already found the mistake, i have to put a + sign between the words

Solr/PHP Query multiple words

2022-01-12 Thread Michael Z.
Hello! I create Solr Query requests with the help of a PHP script. $start = 0; $url = "192.168.1.100:8983/solr/core1/select?defType=dismax&hl=on&hl.fl=conten t&fl=title%2C%20url&q= " . $query . "&qf=anchor%5E1.3%20title%5E1.3%20url%5E1.3&rows=10&start=" . $start . "&wt=json"; file = fopen($url,