to support it if some component somewhere doesn't "do the
> right thing" with it. And no guarantee that there aren't current
> corner cases where that causes problems. And if it does cause
> problems, support won't be added.
>
> Best,
> Erick
>
&
Hi all,
I've used dollar signs in field names for several years now, as an easy
way to escape "bad" characters (like colons) coming in from the original
source of the data, and I've never had any problems. Since I don't know
of any Solr request parameters that use a dollar sign as a special
charac
> Yes it is possible, please see local params :
> https://cwiki.apache.org/confluence/display/solr/Local+Parameters+in+Queries
>
> fq={!edismax qf='field1 field2 field'}search key
> Ahmet
>
>
> On Friday, July 10, 2015 2:20 PM, Thomas Seidl wrote:
>
>
&g
Hi all,
I am working a lot with Drupal and Apache Solr. There, we implemented a
performance improvement that would, for filter-only queries (i.e., no
"q" parameter, just "fq"s) instead move the filters to the "q.alt"
parameter (idea based on this blog post [1]).
[1]
https://web.archive.org/web/20
Hi all,
I was wondering if there's any way to use the Extended DisMax query
parser in an "fq" filter query?
The problem is that I have a "facet.query" with which I want to check
whether a certain set of keywords would have any results. But since the
normal query goes across multiple fields, I end
Hi all,
I just downloaded Solr 4.10.2 and wanted to try out the new BBoxField
type, but couldn't get it to work. The error (with status 400) I get is:
ERROR: [doc=foo] Error adding field
'bboxs_field_location_area'='ENVELOPE(25.89, 41.13, 47.07, 35.31)'
msg=java.lang.IllegalStateException: instea
on=1544545&view=markup
You're probably want to implement the QParserPlugin as PostFilter.
On Sun, Dec 1, 2013 at 3:46 PM, Thomas Seidl wrote:
Hi,
I'm currently looking at writing my first Solr plugin, but I could not
really find any "overview" information about how a S
, the question is, what kind of plugin would I use (and how would it
have to be configured)? I first thought it'd have to be a
SearchComponent, but I think with that I'd only get the results after
they are sorted and trimmed to the range, right?
Thanks a lot in advance,
Thomas Seidl