Tagged Questions
0
votes
1answer
15 views
Solr - Merge similar terms in facet ?
I am using the facet feature of Solr to retrieve the most frequent indexes of my documents and I was wondering whether or not it is possible to "merge" together the frequencies of similar terms (e.g. ...
0
votes
1answer
15 views
Using alternative label for Solr 4.0 Multivalue-field
I'm struggeling a little about the label of my facet-fields. I'm using Solr4 and feed my solr-index with the drupal-solr-search-api-modul (http://drupal.org/project/search_api_solr).
I use some ...
0
votes
2answers
19 views
solr faceted search - how do I specify multiple fields on the Solr Query UI?
I'm a newbie to solr and tying my hands at solr.
Can some one here please explain how to specify multiple facet fields for a given search.
I'm using the Solr Admin UI/ query ink and it allows me to ...
0
votes
0answers
26 views
solr facet query on multiple search term
I required facet counts for multiple SearchTerms.
Currently I am doing two separate facet query on each search term with facet.range="dateField"
e.g.
...
0
votes
0answers
30 views
date of birth and experience facets haystack solr
I'm trying to implement a faceted search on date of birth and experience
search_indexes.py
class UserIndex(indexes.SearchIndex, indexes.Indexable):
text = indexes.CharField(document=True, ...
0
votes
0answers
28 views
change labels for boolean facets in solr
In one of my models I have a boolean field as follows:
class SomeModel(models.Model):
#....
is_premium = models.BooleanField(default=False)
#....
I wanted to facet on the above ...
0
votes
1answer
40 views
Solr sorting results
I need to sort my results by field, but not all documents have this specific field. For example, I have products which are real products and have products which are accessories, so if document DOESN'T ...
0
votes
1answer
23 views
solr facet field values appear to be generated by solr
I want to facet on a specific field. The field is defined as
<field name="specials_de" type="textgen" indexed="true" stored="true" multiValued="true"/>
Two of the values in specials_de are ...
0
votes
1answer
43 views
SOLR faceted-search to return facet counts as with OR operator
I'll try first explain what I would like to achieve by using faceted-search in SOLR, before setting the question. Imagine I have a parameter for dog which is describing for what is dog suitable for ...
2
votes
1answer
127 views
How to group the result of two facet query in a single query..?
I have a set of document, that contains sender mail ids and recipient mail ids.
When I use facet query like facet.field=senderemailid&facet.limit=10&facet.offset=0. So that I can get total no ...
0
votes
0answers
22 views
Solr: normalizing data (case) for facets [duplicate]
Possible Duplicate:
How to create a case insensitive copy of a string field in SOLR?
One of the facets I need to support is city. Right now Solr displays the following two facets:
New York ...
0
votes
1answer
68 views
multiple facets in field separated by semicolon
I have a field with data like this. Here is an example row:
London;Greater London;London City
I would like to end up with the following facets
London (count 10)
Greater London (count 5)
London City ...
1
vote
0answers
151 views
Total score for the facet in solr & sunspot
After search each facet row has value and count of the hits.
Is it somehow possible to get total score (sum) of all hits in the facet without firing new searches?
let's consider the following ...
0
votes
1answer
365 views
Drupal Solr is indexing, but not showing any search results
I have a Drupal 7.17 installation running with Apache Solr installation (3.6.2) and Facets. The facets seem to work perfect, but when I navigate to the search page (with or without facets selected), ...
0
votes
1answer
240 views
how solr filter large set of ids
I got two tables, one is news, the other is contact.
news: newsid, news_content, news_orgid
contact: contactid, contact_orgid
I indexed these two tables in solr, so i have two cores.
but i have a ...
7
votes
2answers
216 views
Solr faceting: Inconsistent JSON formatting
I have the following two fields in my solr schema:
<field name="brand_id" type="string" indexed="true" stored="true" />
<field name="category_id" type="string" indexed="true" ...
0
votes
1answer
119 views
How to set facet method in SolrJ?
How to set facet.method=enum in SolrJ SolrQuery? I am looking for something like solrQuery.setFacetMethod(SOLR_FACET_METHOD.enum)
0
votes
1answer
234 views
How do I set up a price range facet in Solr?
I have a situation where price is mentioned by user , imagine a re seller website . How do I set up a facet which takes into account the actual values of the prices field and sets up ranges ...
2
votes
1answer
102 views
Is it possible to do Solr faceting combining multiple fields, like distinct on multiple columns in RMDB?
Let's say I want to do faceting on the combination of two fields in my doc.
For example:
Field1 Field2
A B
C D
A B
A C
C B
C D
Will have the facet result ...
1
vote
1answer
94 views
Boost solr items within a range: is facet search an option?
I want to have a long listing of items in Solr with a very specific order. I have no experience with Solr facets: are they a good way to group results in a date-range where inside the range I can ...
0
votes
0answers
101 views
Solr Facet with date and category
I am using solr to get the search count on date range like this
...
2
votes
1answer
120 views
Solr - Field aliasing when using pivot facets
I would like to know if there is an option to rename the fields that return when using the facet.pivot method.
I tried using the {!key=my_alias}fieldname - didn't work
Thanks
4
votes
3answers
367 views
Filter irrelevant facets from Solr results
I've spent hours poking around for a solution to my problem. I've seen people ask questions close to what I'm trying to accomplish, but so far no one seems to be asking the same question. Let me see ...
1
vote
2answers
118 views
Multiple ranges in a facet in solr
How could you format a Solr facet query to include two page view ranges?
The following will only return the 200 TO 250 range and nothing from the 500 to 550 range.
<str ...
0
votes
1answer
48 views
Solr facet breaks attribute name
I have a solr schema like the following:
...
...
I want to pull all possible grand_cat ( grand category) from solr, so i did a facet search
which did a count of all grand_cat; the problem is it ...
0
votes
2answers
457 views
Hierarchy of facet fields (not hierarchical facets) in Apache Solr?
I´m trying to setup a search across multiple document types, each with different sets of fields. So the search should always start with only the most general facet field (eg Product category), common ...
1
vote
2answers
245 views
use wildcard in solr facet query search
How to search for a word in facet query in solr (or in other words how to use wildcard in search by facet)
for example
if i have facet filed MyField and it has the following values:
ValX ValY
ValX
...
0
votes
0answers
83 views
solr faceted search single word find multiple times a records how to show most front
I have list of records. i search the key word "crohns" using faceted search it's given list of relate record. In this result list one of my record have multiple time of the same keyword presence in ...
0
votes
1answer
191 views
Get the total counts after faceting in solr4.0
I am using solr 4.0 and have the following query :
...
0
votes
0answers
314 views
Websphere Commerce : SOLR : filter on multiple facets at once
does anyone know if there exists (for WC7 latest feature pack) an out-of-the-box way to call SOLR in order to filter results with multiple facets at once ?
I can filter on one facet, then on another ...
0
votes
1answer
193 views
Sum field by date range
I'm using solr 3.6 and I'm kinda stuck trying to perform a special query.
I'm actually using facets by date range, the face.date.gap is set to +1DAY. Of course, the facet is supposed to return the ...
0
votes
1answer
308 views
Solr location facet search
I'm using solr to do faceted search.
I'm populated the data in Solr and a typical document looks like:
<doc>
<str name="id">1</str>
<date ...
1
vote
2answers
413 views
How to properly encode terms in a Solr facet search
When I perform a search with the following Solr query I get what I want: "courses" that have been tagged with the terms 'PHP' or 'Programming'.
q=[* TO ...
1
vote
1answer
540 views
Solr facet pagination
How in Solr I can do pagination over a facet count?, I know that I have the facet.offset to skip records, but how I know how many total records has the facet?
0
votes
1answer
303 views
Count of Facets in Solr?
Is there a way to get the count of different facets in solr?
This is an example facet:
Camera: 20
Computer: 80
Monitor: 40
Laptop: 120
Tablet: 30
What I need to get here is "5" as in 5 different ...
0
votes
1answer
1k views
SOLR facet with prefix and filters
I have a problem with using facet.
I need autocomplete and for this I using facet:
http://localhost:8080/solr/select?q=*:*&wt=json&indent=on&facet=on&rows=0&fq=filter:("30") AND ...
1
vote
1answer
558 views
Solr stats facet left out some values
I want to facet over products in Solr and want to retrieve statistics about the categories.
My schema has got a field called categories, a multiValued field.
the problem is, that the statistics left ...
1
vote
1answer
143 views
how to set the number of facet in solr by default
Does anybody know how I can set the number of default facets in solr? when I leave it to it, it give so large number of facets.
best
1
vote
1answer
198 views
Setting default for Solr faceting
I was wondering how I can enable faceting in the solr config without being forced to put it all the times in the URL. Secondly how can set the number of fields?
thanks
0
votes
1answer
151 views
Parameter bq modify facet counts using grouping
I am using solr trunk to search some documents and group them by their category, but I have to group them first by another field. More specifically I am using this schema:
component_id: string
...
1
vote
1answer
648 views
Solr multiple filter tagging / excluding
I am trying to apply filter tagging for Solr search (http://wiki.apache.org/solr/SimpleFacetParameters#Tagging_and_excluding_Filters).
My challenge is to apply multiple tagging at the same time(for ...
0
votes
1answer
163 views
Solr hides some facet.fields when doing a distributed search
I am searching over 6 Solr shards (Solr version 3.5). What I recognized is that when I am doing the search in my normal standalone instance, which contains the same data I get 2 facet_fields in the ...
0
votes
1answer
180 views
Solr facet search returning different result and count
I am trying to implement Solr facet search functionality and testing my query on the server via the url. When I run this query
...
4
votes
2answers
278 views
Solr complicated faceting
I have problems with faceting. Imagine this situation. Product can be in more than one category. This is common behavior for faceting:
Category
Android (25)
iPhone (55)
other (25)
Now when I ...
0
votes
2answers
373 views
Solr: how to search for substring in facets
I have country field in my solr DB to represent the countries related to this item. the list of countries are PIPE separated
ex:
<arr name="country">
<str>France | United Kingdom | Norway | UAE ...
1
vote
1answer
177 views
Counting in facet results
By counting in facet results I mean resolve the problem:
I have 7 documents:
A1 B1 C1
A2 B1 C1
A3 B2 C1
A4 B2 C2
A5 B3 C2
A6 B3 C2
A7 B3 C2
If I make the facet query by ...
3
votes
2answers
188 views
how to search for more than one facet in solr?
I need to search for facets in solr as below:
fq=country:usa
fq=country:canada
fq=topic:industrial
fq=topic:political
now i need to search for the articles that have the above facets (logical ...
0
votes
2answers
1k views
check solr facet query if it is greater than specific datetime value
I have the following in solr
<str name="id">2</str>
<arr name="parsed">
<str>2011-11-01 13:40:08.0</str>
</arr>
<arr name="person">
<str>Harsh Snehanshu | Apoorv ...
0
votes
1answer
494 views
Solr 3.4 group.truncate does not work with facet queries
When using Grouping with group.truncate=true, The following simple facet query:
facet.query=Monitor_id:[380000 TO 400000]
Doesn't give the same number as the nGroups result for the equivalent ...
0
votes
1answer
355 views
SOLR facet search by prefix with results highlighting
Can I search via facet by prefix with results highlighting?
For example I have 2 documents:
name = "document1" title = "Simple query"
name = "document2" title = "Simple queries"
can I searching ...
