0
votes
1answer
24 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 ...
0
votes
1answer
41 views

Getting total word frequencies for a subset of documents in Solr

I'm interested in using Solr to analyze documents and to obtain word frequencies for all document matching a particular criteria. I tried termVectorComponent but I was only able to get term ...
1
vote
1answer
36 views

Solr filter out facet results individually

I am working on filtering out facet returned by solr based on predefined list of criterias. For example I am querying for documents that are of different types. The facet returned is as follows: ...
0
votes
1answer
54 views

How to use facet on group response in solr query?

i want to use facet on a particular field which is returned by a group query.I mean, say 100 docs are returned by the group query on field video_format and in those 100 docs a particular field say ...
0
votes
0answers
44 views

Solr and auto-complete

I'm trying to build a search engine for my website, but I'm relatively new to Solr. I'm trying to implement the auto-complete functionality. I played with different options for auto-complete: wildcard ...
0
votes
1answer
49 views

Solr cloud result grouping

I have a solr schema which contains few index fields Now i have different types of products which are distinguished by 'type' field. I want max 50 search results per search request.But the results ...
1
vote
3answers
156 views

Treat two facets as the same value

Assume a list of books with an Author field. How might one facet on the Author field, but treat the values "Stephen King" and "Richard Bachman" as the same? So that these results: Hemmingway: 8 ...
0
votes
1answer
198 views

How to create Solr schema for hierarchical facet by splitting data into multiple fields at index time

I want to implement Solr hierarchical facet for my application where there is 2 level hierarchy between Category and SubCategory. I want to use a solution mentioned on ...
0
votes
1answer
98 views

Faceting using SolrJ and Solr4

I've gone through the related questions on this site but haven't found a relevant solution. When querying my Solr4 index using an HTTP request of the form &facet=true&facet.field=country ...
0
votes
1answer
34 views

Get the size of the documents in solr

I have a set of solr documents, for example: <long name="document_id">1</long> <long name="size">1666</long> <arr name="label"> <str>A</str> ...
1
vote
3answers
117 views

Solr gives too many irrelevant results

I have a tagging system and tags are like this: italian kitchen chinese kitchen japanese kitchen russian kitchen vegeterian kitchen When I query italian kitchen, I don't get the italian kitchen on ...
0
votes
1answer
307 views

Faceted search. Are Solr with MongoDb good for it? Does someone know about modules, libraries for faceted search?

Good day, everyone. I have an e-commerce website (Kohana php framework + Mysql + Sphinx search). I want to integrate faceted search (also called faceted navigation, guided navigation, or parametric ...
3
votes
0answers
310 views

Solr hierarchical facets: how to get all 2nd-level values for the top N 1st-level values

I have a pair of multi-valued index fields, author and author_norm, and I've created a hierarchical facet field for them using the pattern described at ...
0
votes
1answer
101 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
0answers
44 views

Faceted search is not working

I have a dedicated SOLR server with a local SOLR running. I have changed the schema.xml for both of the SOLRs and reindexed them. But the same SOLR query responding different responses. The local SOLR ...
2
votes
0answers
228 views

Solr 4: How to maintain facets after join

I have 2 data types, 'car_dealer' which is a parent of 'car'. Documents of the car-type are indexed including 2 fields 'brand' and 'model'. On these 2 fields I use pivot facetting. Site visitors ...
2
votes
1answer
409 views

Solr facet multivalued field performance issues

I'm having some huge performance issues with facet queries. I have an index of more then 20, 000, 000 of documents. And i'm doing for every query faceting search on 6 multivalued fields. I've set ...
0
votes
0answers
128 views

Solr : is a “null value” the same as “no value” in the context of facet.missing?

I'm working on implementing search functionality on a website, and I'm using Solr for this. Everything works fine, but I've got a little trouble with the facet.missing parameter for a field. The ...
2
votes
0answers
84 views

faceted search gives number greater than 1 for 1 result

I have query from my to solr looking like this ...
0
votes
1answer
449 views

Multiple facets per field with Solr

By default, Solr returns facets for a field, and then if you select a facet value for that field, all of the other previous choices are no longer returned as part of the facets for that field. I'm ...
4
votes
3answers
377 views

Faceted Search With(out) Solr

I want to implement a faceted search for a project of mine. I'm using PHP5, Mysql and Symfony 1.4. Apparently the commnunity points to Apache Solr which seems to do exactly what I want to accomplish. ...
1
vote
2answers
221 views

solr facet search truncate words

have a solr configured for french content. Search is fine, but when i activate facet search, words are truncated in a special way. All e disappear, for eg automobil instead of automobile, montagn ...
0
votes
2answers
426 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 ...
0
votes
0answers
67 views

How to achieve progressive disclosure of facet fields in Solr?

A good example is amazon.com, where a search for "ipod" would bring a results page with only 2 facets ("Departments" and "Shipping option"). When I hit "Electronics" on the "Departments" facet, the ...
2
votes
0answers
432 views

Solr 4 - query with both group.facet and group.func fails

When doing a search like http://localhost:8983/solr/select?group=true&group.func=product(fildname1,fieldname2)&group.facet=true&facet=true&facet.field=fieldname3 an error is ...
0
votes
1answer
147 views

Solr to remove faceted field when it doesn't have any data

Working with Solr for ASP.net project using Solrnet library. While querying with Faceted field set to true for several fields, it returns blank faceted fields in the results as well. Is there any way ...
0
votes
2answers
130 views

Solr search on a replicated MySQL Database

I want to create a database web publisher. Solr search functionnalities suit perfectly to my needs (faceted search, full text search, etc...). My problem is that I need data to be synchronised on ...
0
votes
1answer
386 views

Query facet count and its matching documents

We're running Apache Solr v3.1 and SolrJ is our client. We're passing multiple Arbitrary Faceting Query (facet.query) to get the number of matching documents (the facet count) evaluated over the ...
0
votes
0answers
170 views

Top Results based on stastics in SOLR

I am working with SOLR 3.6.I have list of users and the data they have downloaded from internet in bytes..i have applied facets on it.now i want that based on the top download of bytes by users the ...
1
vote
1answer
327 views

Sort Facets by Index with non-ASCII values

We have a field 'facet_tag' that contains tags describing a product. Since the tags are in german, they may contain non-ASCII characters (like umlauts). Here are some possible values: "Zelte" ...
0
votes
0answers
286 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 ...
1
vote
0answers
248 views

Solr Schema for Nested Category & Filtered Attributes functionality

just wondering how to address this issue. I'm using Solr 3.6 for e-commerce site. Having following field for nested category browsing as well as faceted catalog and search. I am facing an issue ...
0
votes
1answer
256 views

Error on a Faceted Date Range Query for Solr

I'm trying to get a list of year facets e.g. 2000 (3) 2001 (27) 2002 (15) ... I have a local instance of Solr 3.6 running from the Solr wiki tutorial ...
2
votes
1answer
543 views

How to deal with relational data in Solr

We're right now planning to roll out Solr search for e-commerce site with faceted catalog navigation. We are having a little complex data schema for product and its specification attribute which are ...
1
vote
2answers
459 views

Solr Schema.xml for Faceted Search

We're implementing solr with ecommerce application. The main objective is faster search and better faceted catalog navigation. The problem however is, we're unable to figure out how to map dynamic ...
1
vote
1answer
292 views

Solr search query facet is returning only 100 results

I am calling solr search hosted on a different machine with a query. When I wrote a query, it returns numFound=2405 matching docs. we have more than 10000 doc indexed. But the facet results that is ...
1
vote
2answers
499 views

How to OR solr term facets via the search URL in Drupal 7 site?

I have a Drupal 7 website that is running apachesolr search and is using faceting through the facetapi module. When I use the facets to narrow my searches, everything works perfectly and I can see ...
0
votes
1answer
106 views

Solr4 index grows even when deleting documents periodically

We are using a Solr 4 engine for generating some facets using pivoting. This index is being feed with documents, the facets generated and then the documents are being deleted. Nevertheless, the index ...
1
vote
1answer
795 views

Facet pivots on Solr 3.5

We need to generate word counts for a group of records and then we need to generate subtotals based on another field's values for each word counted. We know that's possible using pivot faceting on ...
0
votes
0answers
456 views

Getting facet count 0 in solr

I am using solr search with faceting in my application. My use case is in such a way that the index files in the datadir keeps on changing. The problem is, when I facet based on a particular field. I ...
0
votes
0answers
535 views

Apache Solr: Faceted Search on multivalued fields

Im currently working on a solr based search application. I have two multivalued fields for example: The data is read out of a database. <int name="id">1</int> <arr name="type"> ...
3
votes
3answers
902 views

Solr faceted search performance recommendations

We have a solr instance with 86,315,770 documents. It's using up to 4GB of memory and we need it for faceting on a tokenized field called content. The index size on disk is 23GB. Why are we faceting ...
1
vote
1answer
139 views

Showing human readable most frequent indexed terms using a stemmed field with Solr faceted search

We are planning on using Solr to show the users the "n" most frequent terms from a field and we want to apply stemming so that similar terms get grouped. Now, we need to show the terms to the users ...
2
votes
1answer
211 views

Is it possible to user Solr TermsComponent to return the “n” most frequent indexed terms over a base query?

We want to be able to return the "n" most frequent indexed terms for certain documents selected from a base query. Is that possible using solar?
0
votes
1answer
160 views

Sorl multiple facet w query

I need to facet sorl based on multiple categories, 3 categorise to be exact. The issue I have is I need different to facet what are essentially seperate queries, but i'm trying to determine if I can ...
0
votes
2answers
679 views

website written in asp.net with faceted search

I'm writing a website (using Entity Framework, MySQL, .net 4, C#) which have a lot of categories with subcategories down to 3 levels deep once the user find what he was looking for, each "product" can ...
0
votes
2answers
462 views

Getting single SOLR document in multiple groups/categories it belongs to

We are using SOLR to index products for an eCommerce application, we have products grouped by category and subcategories and the same product can appear in more than one subcategory, We need to ...
0
votes
1answer
215 views

Solr Range Buckets and Long URLS

I am looking to see if in Solr 3.4 it is possible to define a range of a field as a field itself so say: Price : [0-1000] Price : [1001-*] That i could simply pass a field name in say PriceLow and ...
0
votes
1answer
519 views

How can this solr 4.0 join query return more results than a *:* query?

I encountered some very weird behaviour which I think is a bug, but I might be wrong or not understanding the documentation properly so I am asking. I have a SOLR index and working with the new ...
0
votes
1answer
157 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 ...

1 2 3