Re: Faceting question

2018-05-02 Thread Shawn Heisey
On 5/2/2018 2:56 PM, Weffelmeyer, Stacie wrote: > Question on faceting.  We have a dynamicField that we want to facet > on. Below is the field and the type of information that field generates. > >   > > cid:image001.png@01D3E22D.DE028870 > This image is not available.  This mailing list will almos

Faceting question

2018-05-02 Thread Weffelmeyer, Stacie
Hi, Question on faceting. We have a dynamicField that we want to facet on. Below is the field and the type of information that field generates. [cid:image001.png@01D3E22D.DE028870] "customMetadata":["{\"controlledContent\":{\"metadata\":{\"programs\":[\"program1\"],\"departments\":[\"

Re: [E] Re: Faceting Question(s)

2016-06-03 Thread MaryJo Sminkey
Just a followup on this, I found that the method below using URL params doesn't work when using the Rest API, if you try to set the field in your facet object to something like "{!ex=dt}doctype" it throws an error. Here's the documentation on the correct method to use with the API. http://yonik.co

Re: [E] Re: Faceting Question(s)

2016-06-02 Thread MaryJo Sminkey
On Fri, Jun 3, 2016 at 1:25 AM, Erick Erickson wrote: > We can always use more documentation. One of the > valuable things about people getting started is that it's an > opportunity to clarify documents. Sometimes the people who > develop/write the docs jump into the middle and assume > the reade

Re: [E] Re: Faceting Question(s)

2016-06-02 Thread Erick Erickson
>> > On Thu, Jun 2, 2016 at 2:33 PM, Jamal, Sarfaraz < >> > sarfaraz.ja...@verizonwireless.com.invalid> wrote: >> > >> >> Thank you Andrew, that looks like exactly what I am looking for =) >> >> Thank you Robert, it looks like we are both doing

Re: [E] Re: Faceting Question(s)

2016-06-02 Thread MaryJo Sminkey
re both doing it in similar fashion > =) > >> Thank you MaryJo for jumping right in! > >> > >> Sas > >> > >> > >> > >> -Original Message- > >> From: Andrew Chillrud [mailto:achill...@opentext.com] > >> Sent: Thu

Re: [E] Re: Faceting Question(s)

2016-06-02 Thread Erick Erickson
>> From: Andrew Chillrud [mailto:achill...@opentext.com] >> Sent: Thursday, June 2, 2016 2:17 PM >> To: solr-user@lucene.apache.org >> Subject: RE: [E] Re: Faceting Question(s) >> >> It is possible to get the original facet counts for the field you are >>

Re: [E] Re: Faceting Question(s)

2016-06-02 Thread MaryJo Sminkey
--Original Message- > From: Andrew Chillrud [mailto:achill...@opentext.com] > Sent: Thursday, June 2, 2016 2:17 PM > To: solr-user@lucene.apache.org > Subject: RE: [E] Re: Faceting Question(s) > > It is possible to get the original facet counts for the field you are > filtering

RE: [E] Re: Faceting Question(s)

2016-06-02 Thread Jamal, Sarfaraz
, 2016 2:17 PM To: solr-user@lucene.apache.org Subject: RE: [E] Re: Faceting Question(s) It is possible to get the original facet counts for the field you are filtering on (we have been using this since Solr 3.6). Don't know if this can be extended to get the original counts for all fields ho

Re: [E] Re: Faceting Question(s)

2016-06-02 Thread MaryJo Sminkey
t;>> **select?q=video&hl=true&hl.fl=*&hl.snippets=20&facet=true&facet.field=team >>> >>> Then when I specify which team >>> http:// >>> >>> **select?q=video&hl=true&hl.fl=*&hl.snippets=20&facet=true&

RE: [E] Re: Faceting Question(s)

2016-06-02 Thread Andrew Chillrud
separating them with commas. - Andy - -Original Message- From: Robert Brown [mailto:r...@intelcompute.com] Sent: Thursday, June 02, 2016 2:12 PM To: solr-user@lucene.apache.org Subject: Re: [E] Re: Faceting Question(s) MaryJo, I think you've mis-understood. The counts are different

Re: [E] Re: Faceting Question(s)

2016-06-02 Thread Robert Brown
.snippets=20&facet=true&facet.field=team&fq=team:rollback The counts are obviously different now, as the result set is limited to one team. Sas -Original Message- From: MaryJo Sminkey [mailto:mjsmin...@gmail.com] Sent: Thursday, June 2, 2016 1:56 PM To: solr-user@lucene.apache.

Re: [E] Re: Faceting Question(s)

2016-06-02 Thread MaryJo Sminkey
iously different now, as the result set is limited to > one team. > > Sas > > -Original Message- > From: MaryJo Sminkey [mailto:mjsmin...@gmail.com] > Sent: Thursday, June 2, 2016 1:56 PM > To: solr-user@lucene.apache.org > Subject: [E] Re: Faceting Question(s) &g

RE: [E] Re: Faceting Question(s)

2016-06-02 Thread Jamal, Sarfaraz
s=20&facet=true&facet.field=team&fq=team:rollback The counts are obviously different now, as the result set is limited to one team. Sas -Original Message- From: MaryJo Sminkey [mailto:mjsmin...@gmail.com] Sent: Thursday, June 2, 2016 1:56 PM To: solr-user@lucene.apache.org

Re: Faceting Question(s)

2016-06-02 Thread MaryJo Sminkey
In other words... to diagnose such a problem it would really help to see the exact parameters and filters you are using on each of the searches. Mary Jo On Thu, Jun 2, 2016 at 1:47 PM, Jamal, Sarfaraz < sarfaraz.ja...@verizonwireless.com.invalid> wrote: > Hello Everyone, > > I am working on impl

Re: Faceting Question(s)

2016-06-02 Thread MaryJo Sminkey
Jamai - what is your q= set to? And do you have a fq for the original query? I have found that if you do a wildcard search (*.*) you have to be careful about other parameters you set as that can often result in the numbers returned being off. In my case, my defaults had things like edismax settings

Faceting Question(s)

2016-06-02 Thread Jamal, Sarfaraz
Hello Everyone, I am working on implementing some basic faceting into my project. I have it working the way I want to, but I feel like there is probably a better way the way I went about it. * I want to show a category and its count. * when someone clicks a category, it sets a FQ= to that categ

Re: Faceting Question

2012-11-16 Thread Jamie Johnson
Thanks, I'll take a look. Do you happen to know if it works with dates? On Thu, Nov 15, 2012 at 7:28 AM, Alexey Serba wrote: > Seems like pivot faceting is what you looking for ( > > http://wiki.apache.org/solr/SimpleFacetParameters#Pivot_.28ie_Decision_Tree.29_Faceting > ) > > Note: it curren

Re: Faceting Question

2012-11-15 Thread Alexey Serba
Seems like pivot faceting is what you looking for ( http://wiki.apache.org/solr/SimpleFacetParameters#Pivot_.28ie_Decision_Tree.29_Faceting ) Note: it currently does not work in distributed mode - see https://issues.apache.org/jira/browse/SOLR-2894 On Thu, Nov 15, 2012 at 7:46 AM, Jamie Johnson

Re: Faceting Question

2012-11-14 Thread Jamie Johnson
Sorry some more info. I have a field to store source and another for date. I currently use faceting to get a temporal distribution across all sources. What is the best way to get a temporal distribution per source? Is the only thing I can do to execute 1 query for the list of sources and then an

Re: Faceting Question

2012-01-15 Thread Peter Sturge
Hi, It's quite coincidental that I was just about to ask this very question to the forum experts. I think this is the same sort of thing Jamie was asking about. (the only difference in my question is that the values won't be known at query time) Is it possible to create a request that will return

Re: Faceting Question

2012-01-15 Thread Lee Carroll
>  Does > that make more sense? Ah I see. I'm not certain but take a look at pivot faceting https://issues.apache.org/jira/browse/SOLR-792 cheers lee c

Re: Faceting Question

2012-01-14 Thread Jamie Johnson
I'm not sure that will give me what I want, most likely because I was clear what I'm looking for. I would like to take this information and populate a chart so you could see how many documents were created over time of a particular type. So basically I need the range queries so I can populate the

Re: Faceting Question

2012-01-14 Thread Yonik Seeley
On Sat, Jan 14, 2012 at 1:12 PM, Lee Carroll wrote: > if "type" is a field use field faceting with an fq > > q=datefield:[start TO end]&fq=type:(a  b c)&facet.field=type Yep, that will work too. -Yonik http://www.lucidimagination.com

Re: Faceting Question

2012-01-14 Thread Yonik Seeley
On Sat, Jan 14, 2012 at 12:56 PM, Jamie Johnson wrote: > I'm trying to figure out a way to execute a query which would allow me > to say there were x documents over this period of time with type a, y > documents over the same period of time with type b and z documents > over the same period of tim

Re: Faceting Question

2012-01-14 Thread Lee Carroll
if "type" is a field use field faceting with an fq q=datefield:[start TO end]&fq=type:(a b c)&facet.field=type On 14 January 2012 17:56, Jamie Johnson wrote: > I'm trying to figure out a way to execute a query which would allow me > to say there were x documents over this period of time with

Faceting Question

2012-01-14 Thread Jamie Johnson
I'm trying to figure out a way to execute a query which would allow me to say there were x documents over this period of time with type a, y documents over the same period of time with type b and z documents over the same period of time with type c. I was thinking of doing this using range facetin

Re: faceting question

2012-01-13 Thread Christopher Gross
I do have it as a text_ws field. The field list is pretty long, and the two around it are strings. So, my bad. Thanks all! -- Chris On Fri, Jan 13, 2012 at 9:48 AM, wrote: > > What index analyzer or field settings are you using for that field? Sounds > like it might be tokenized. Maybe loo

Re: faceting question

2012-01-13 Thread darren
What index analyzer or field settings are you using for that field? Sounds like it might be tokenized. Maybe look at alternatives that don't tokenize fields. Just a guess here though. Good luck. On Fri, 13 Jan 2012 09:04:00 -0500, Christopher Gross wrote: > My index has a multi-valued String fie

Re: faceting question

2012-01-13 Thread Manish Bafna
Can you send the schema you are using? Looks like you are using WhiteSpace / StandardAnalyzer for the tag field. On Fri, Jan 13, 2012 at 7:34 PM, Christopher Gross wrote: > My index has a multi-valued String field called "tag" that is used to > store a category/keyword for the item the record is

faceting question

2012-01-13 Thread Christopher Gross
My index has a multi-valued String field called "tag" that is used to store a category/keyword for the item the record is about. I made a faceted query in order to find out all the different tags that are stored in the index: http://localhost:8080/solr/select?q=*:*&facet=on&facet.field=tag&facet.

Re: Faceting question

2011-05-13 Thread lee carroll
re fields you >> facet >> on. >> >> Otis >> >> Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch >> Lucene ecosystem search :: http://search-lucene.com/ >> >> >> >> - Original Message >> >>> From: Mark >>

Re: Faceting question

2011-05-13 Thread Mark
ixup here. Facets are not about which field a match was on, but about what values hits have in one or more fields you facet on. Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message From: Mark To

Re: Faceting question

2011-05-12 Thread Otis Gospodnetic
/ - Original Message > From: Mark > To: solr-user@lucene.apache.org > Sent: Fri, May 13, 2011 1:19:10 AM > Subject: Faceting question > > Is there anyway to perform a search that searches across 2 fields yet only >gives me facets accounts for documents matching 1 field? >

Faceting question

2011-05-12 Thread Mark
Is there anyway to perform a search that searches across 2 fields yet only gives me facets accounts for documents matching 1 field? For example If I have fields A & B and I perform a search across I would like to match my query across either of these two fields. I would then like facet counts

Re: Faceting Question

2011-01-24 Thread beaviebugeater
Hmm, thanks for the response. I'll play around with it and see if that helps. -- View this message in context: http://lucene.472066.n3.nabble.com/Faceting-Question-tp2320542p2321887.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Faceting Question

2011-01-24 Thread Geert-Jan Brits
the 10015 tag) it > does filter to the selected categories AND the selected attribute BUT I'm > not able to broaden the search by selecting another attribute value. > > I want to display of products to be filtered to what I select, but I want > to > be able to broaden the filt

Faceting Question

2011-01-24 Thread beaviebugeater
this example makes sense. Any help greatly appreciated. -- View this message in context: http://lucene.472066.n3.nabble.com/Faceting-Question-tp2320542p2320542.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Custom faceting question

2010-06-15 Thread Blargy
Got it. Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-faceting-question-tp868015p897390.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Custom faceting question

2010-06-14 Thread Chris Hostetter
: : ...you've already got the conceptual model of how to do it, all you need : : now is to implement it as a Component that does the secondary-faceting in : : the same requests (which should definitley be more efficient since you can : : reuse the DocSets) instead of issuing secondary requets from

Re: Custom faceting question

2010-06-14 Thread Blargy
your client Couldn't I just create a custom search handler to do this so it all the logic resides on the server side? I'm guessing I would need to subclass SearchHandler and override handleRequestBody. -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-fa

Re: Custom faceting question

2010-06-14 Thread Chris Hostetter
: I believe I'll need to write some custom code to accomplish what I want : (efficiently that is) but I'm unsure of what would be the best route to : take. Will this require a custom request handler? Search component? You'll need a customized version of the FacetComponent if you want to do this

Custom faceting question

2010-06-03 Thread Blargy
multiple requests via ajax won't work because we need the content on the page at render time. Any suggestions, pointers? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-faceting-question-tp868015p868015.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Faceting question

2009-03-27 Thread rayan dev
n the debug info for faceting. > > > > > > Here's my setup > > Solr 1.3 > > EmbededSolrServer > > SolrJ > > Facet fields are indexed as multivalued solr.StrField > > > > Thanks > > Rayan > > -- > > View this message in context: > http://www.nabble.com/Faceting-question-tp22743106p22743106.html > > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Faceting question

2009-03-27 Thread Yonik Seeley
> Thanks > Rayan > -- > View this message in context: > http://www.nabble.com/Faceting-question-tp22743106p22743106.html > Sent from the Solr - User mailing list archive at Nabble.com.

Faceting question

2009-03-27 Thread rayandev
Field Thanks Rayan -- View this message in context: http://www.nabble.com/Faceting-question-tp22743106p22743106.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: faceting question

2009-02-02 Thread Chris Hostetter
: is there no other way then to use the patch? the patch was commited a while back, but it will require experimenting with the trunk. : > If I understand correctly, : > 1. You want to query for tagList:a AND tagList:b AND tagList:c : > 2. At the same time, you want to request facets for tagList

Re: faceting question

2009-01-24 Thread Cam Bazz
is there no other way then to use the patch? since the query A is super set of B ??? if not doable, I will probably use some caching technique. Best. On Sat, Jan 24, 2009 at 9:14 AM, Shalin Shekhar Mangar wrote: > On Sat, Jan 24, 2009 at 6:56 AM, Cam Bazz wrote: > >> Hello; >> >> I got a mult

Re: faceting question

2009-01-23 Thread Shalin Shekhar Mangar
On Sat, Jan 24, 2009 at 6:56 AM, Cam Bazz wrote: > Hello; > > I got a multiField named tagList which may contain multiple tags. I am > making a query like: > > tagList:a AND tagList:b AND tagList:c > > and I am also getting a tagList facet returning me some values. > > What I would like is Solr t

faceting question

2009-01-23 Thread Cam Bazz
Hello; I got a multiField named tagList which may contain multiple tags. I am making a query like: tagList:a AND tagList:b AND tagList:c and I am also getting a tagList facet returning me some values. What I would like is Solr to return me facets as if the query was: tagList:a AND tagList:b is

RE: Faceting question

2007-09-21 Thread Binkley, Peter
nt: Friday, September 21, 2007 10:04 AM To: solr-user@lucene.apache.org Subject: RE: Faceting question Thanks Peter. That will be my work-around, but I was hoping to find a more elegant solution ;) I am not that knowledgeable about the solr architecture but if there is a way it can be done in a more ele

RE: Faceting question

2007-09-21 Thread cricdigs
gt; had a similar situation and found that getting away from a > relational-database approach and going with what Solr does best was the > best solution). > > Hope that helps, > > Peter > > -Original Message- > From: Cric Digs [mailto:[EMAIL PROTECTED] > Se

RE: Faceting question

2007-09-21 Thread Binkley, Peter
al-database approach and going with what Solr does best was the best solution). Hope that helps, Peter -Original Message- From: Cric Digs [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 7:36 AM To: solr-user@lucene.apache.org Subject: Re: Faceting question lol I agree with you

Re: Faceting question

2007-09-21 Thread Cric Digs
lol I agree with you Hoss - sorry for that Here's the thing: I need additional information from the index - such as the id related to a facet field. For example, say I am faceting on author names for a book store, I would also like to get the author id along with the author name to show a link (ne

RE: Faceting question

2007-09-20 Thread Binkley, Peter
solr-user@lucene.apache.org Subject: Faceting question I've been struggling with this a bit so here goes: I'm using faceting to get some results. I also want to get another field - the id field along with it. Is it possible to get that somehow in the facet results? Thanks!

Re: Faceting question

2007-09-20 Thread Chris Hostetter
: I'm using faceting to get some results. I also want to get another field - : the id field along with it. Is it possible to get that somehow in the facet : results? you're going to have to elaborate on what it is you are trying to do ... i genuinely have no idea what you are asking (and i think

Faceting question

2007-09-20 Thread Cric Digs
I've been struggling with this a bit so here goes: I'm using faceting to get some results. I also want to get another field - the id field along with it. Is it possible to get that somehow in the facet results? Thanks!

Re: Faceting question...

2007-01-15 Thread escher2k
using TextField and being tokenized) > > > > > > -Hoss > > > -- View this message in context: http://www.nabble.com/Faceting-question...-tf3016974.html#a8379221 Sent from the Solr - User mailing list archive at Nabble.com.

Re: Faceting question...

2007-01-15 Thread Chris Hostetter
: : your "fhild_catname" isn't using "string" as it's field type -- it's using "text" (which is most likely using TextField and being tokenized) -Hoss

Faceting question...

2007-01-15 Thread escher2k
hema.xml defined this as a string - Thanks. -- View this message in context: http://www.nabble.com/Faceting-question...-tf3016974.html#a8378478 Sent from the Solr - User mailing list archive at Nabble.com.