Thank you very much for your help.
2017/12/29 15:46 "Mikhail Khludnev" :
> On Fri, Dec 29, 2017 at 4:37 AM, Kamuela Lau
> wrote:
>
> > Hello,
> >
> > Thank you very much for the confirmation.
> >
> > As BJQFacet doesn't support limit, I have the impression that if the
> number
> > of documents i
Hello,
I have these query parameters:
'q' => "iphone",
'echoParams' => "explicit",
'defType' =>'edismax',
'fl' => 'name,category,score',
'qf' =>'name_suggest_edge^50 name_suggest_exact^50 name_suggest_ngram',
'pf' =>'name_suggest_edge^100 '
1) How can I limit the search to the docs
(1) You just include a fielded search: I.e q=category:phones.
Including the field will override the automatic distribution across
fields. Add &debug=query to see what the final parsed form is.
(2) Not really, people have used highlighting to determine this
though. That can be rather expensive. Wit
thank you for your reply Erick.
That solved the problem.
q=iphone +category:phones
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi,
Would like to check, if it is possible to query a field which has data of
more than a certain length?
Like for example, I want to query the field subject that has more than 255
bytes. Is it possible?
I am currently using Solr 6.5.1.
Regards,
Edwin