Re: can i use solr to do this

2009-07-17 Thread Antonio Eggberg
--- Den fre 2009-07-17 skrev Shalin Shekhar Mangar : > Från: Shalin Shekhar Mangar > Ämne: Re: can i use solr to do this > Till: solr-user@lucene.apache.org > Datum: fredag 17 juli 2009 09.32 > On Fri, Jul 17, 2009 at 5:53 AM, > Antonio Eggberg > wrote: > > > > > Hi, > > > > every solr documen

Re: excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-07-17 Thread Koji Sekiguchi
Erik Hatcher wrote: On Jul 17, 2009, at 5:21 PM, Bill Au wrote: I am faceting based on the indexed terms of a field by using facet.field. Is there any way to exclude certain terms from the facet counts? Only using the facet.prefix feature to limit to facet values beginning with a specific s

Obtaining SOLR index size on disk

2009-07-17 Thread J G
Hello, Is it possible to obtain the SOLR index size on disk through the SOLR API? I've read through the docs and mailing list questions but can't seem to find the answer. Any help is appreciated. Thanks. _ Hotmail® has ever-gr

Re: Wikipedia or reuters like index for testing facets?

2009-07-17 Thread Jason Rutherglen
I saw the discussion about TeeSinkTokenFilter on java-user, and was wondering how Solr performs copy fields? Couldn't Solr by default utilize a TeeSinkTokenFilter like class for copying fields? > That link is meant to be stable for benchmarking purposes within Lucene. The fields are different? O

Exception thrown when searching field defined with PhoneticFilterFactory filter...

2009-07-17 Thread Robert Petersen
Hello all, I am getting the following exception whenever a user includes a numeric term in their search, and the search includes a field defined with a PhoneticFilterFactory and further it occurs whether I use the DoubleMetaphone encoder or any other. Has this ever come up before? I can repl

Re: excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-07-17 Thread Erik Hatcher
On Jul 17, 2009, at 5:21 PM, Bill Au wrote: I am faceting based on the indexed terms of a field by using facet.field. Is there any way to exclude certain terms from the facet counts? Only using the facet.prefix feature to limit to facet values beginning with a specific string. Er

excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-07-17 Thread Bill Au
I am faceting based on the indexed terms of a field by using facet.field. Is there any way to exclude certain terms from the facet counts? Bill

RE: Solr MultiCore query

2009-07-17 Thread Manepalli, Kalyan
The default the schema has all the fields as string without any tokenizers. So all the queries will have to be case sensitive. For example, the below query would give results. http://localhost:8983/solr/core0/select?shards=localhost:8983/solr/core0,localhost:8983/solr/core1&q=iPo* Take a look

Re: Solr MultiCore query

2009-07-17 Thread Code Tester
Both schema.xml ( in example/multicore/core0/conf and example/multicore/core1/conf ) already have * name* Here are the following query responses: 1) http://localhost:8983/solr/core0/select?shards=localhost:8983/solr/core0,localhost:8983/solr/core1&q=*:* 0254MA147LL/AApple 60 GB iPod with Video

Re: Solr MultiCore query

2009-07-17 Thread ahammad
Hello joe_coder, Are you using the default example docs in your queries? If so, then I see that the word "ipod" appears in a field called "name". By default, the default search field (defined in solrconfig.xml) is the field called "text". This means that when you submit a query without specifyin

Re: Solr MultiCore query

2009-07-17 Thread Code Tester
Thanks ahammad for the quick reply. As suggested, I am trying out multi core way of implementing the search. I am trying out the multicore example and getting stuck at an issue. Here is what I did and the issue I am facing 1) Downloaded 1.4 and started the multicore example using java -Dsolr.solr

Re: Wikipedia or reuters like index for testing facets?

2009-07-17 Thread Grant Ingersoll
It's likely quite different. That link is meant to be stable for benchmarking purposes within Lucene. Note, one think I wish I had time for: Hook in Tee/Sink capabilities into Solr such that one could use the WikipediaTokenizer and then Tee the Categories, etc. off to separate fields autom

Re: Wikipedia or reuters like index for testing facets?

2009-07-17 Thread Jason Rutherglen
The question that comes to mind is how it's different than http://people.apache.org/~gsingers/wikipedia/enwiki-20070527-pages-articles.xml.bz2 Guess we'd need to download it and take a look! On Thu, Jul 16, 2009 at 8:33 PM, Peter Wolanin wrote: > AWS provides some standard data sets, including an

Re: Highlight arbitrary text

2009-07-17 Thread Anders Melchiorsen
On Thu, 16 Jul 2009 10:56:38 -0400, Erik Hatcher wrote: > One trick worth noting is the FieldAnalysisRequestHandler can provide > offsets from external text, which could be used for client-side > highlighting (see the showmatch parameter too). Thanks. I tried doing this, and it almost works. Ho

Re: Solr MultiCore query

2009-07-17 Thread ahammad
Hello, I'm not sure what the best way is to do this, but I have done something identical. I have the same requirements, ie several datasources. I also used SolrJ and jsp for this. The way I ended up doing it was to create a multi core environment, one core per datasource. When I do a query acros

Re: Solr MultiCore query

2009-07-17 Thread joe_coder
I missed adding some size related information in the query above. D1 and D2 would have close to 1 million records each D3 would have ~10 million records. Thanks! -- View this message in context: http://www.nabble.com/Solr-MultiCore-query-tp24534383p24534421.html Sent from the Solr - User maili

Solr MultiCore query

2009-07-17 Thread joe_coder
I am new to solr/lucene and this may come across as a very naive question:) There are 3 dataset over which I would like to implement the search functionality. The 3 dataset ( lets call it D1, D2 and D3 ) and some fields in common ( like name, displayname, desc ) and some specific fields ( like D1

Re: Multivalued fields and scoring/sorting

2009-07-17 Thread Matt Schraeder
That's what I'd like to do, but I don't understand how to get the value to boost it. It looks like I would need to use FunctionQueries, but it also looks like that doesn't work on multivalued fields. Am I mistaken? What kind of syntax would the query I'm trying to do require? >>> peter.wola...@ac

Re: FW: What is the format of data contained in a Named List?

2009-07-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Fri, Jul 17, 2009 at 12:21 PM, Amandeep Singh09 wrote: > > Hi, > Thanks for your reply. But I need one clarification. When you say it will > contain the data you requested for, do you mean the data as requested in fl > parameter of the query? yes. if fl is not mentioned all the 'stored' fields

Re: Filtering MoreLikeThis results

2009-07-17 Thread Marc Sturlese
I have tried it. My english is probably not the best one to do this stuff so if someone wants to check it out... hossman wrote: > > > : At least in trunk, if you request for: > : http://localhost:8084/solr/core_A/mlt?q=id:7468365&fq=price[100 TO 200] > : It will filter the MoreLikeThis results

Re: posting binary file and metadata in two separate documents

2009-07-17 Thread rossputin
Hi. Thanks for your reply, shame nobody has already implemented the multiple 'ContentStreams' idea :-) With regards to posting in a form, I had considered that, but unfortunately there can be an arbitrary number of 'ext.literals', so it would be difficult to build a form which would handle all ca

Re: can i use solr to do this

2009-07-17 Thread Shalin Shekhar Mangar
On Fri, Jul 17, 2009 at 5:53 AM, Antonio Eggberg wrote: > > Hi, > > every solr document I have a creation date which is the default time stamp > "NOW". What I like to know how can I have facets like the following: > > Past 24 Hours (3) > Past 7 days (23) > Past 15 days (33) > Past 30 days (59) > >