On Tue, Jan 12, 2010 at 12:53 AM, Giovanni Fernandez-Kincade <
gfernandez-kinc...@capitaliq.com> wrote:
> If you want to share one config amidst master & slaves, using Solr 1.4
> replication, is there a way to specific whether a core is Master or Slave
> when using the CREATE Core command?
>
>
The
: Imagine there is a query like "harry potter dvd-collection cheap" or "cheap
: Harry Potter dvd-collection".
: How can I customize, that, if there is something said about the category
: "cheap", Solr uses a facetting query on "cat:cheap"? To do so, I have to
: alter the original query - how can
: Is there a recommended servlet container for Solr?
http://wiki.apache.org/solr/FAQ#Solr_Comes_with_Jetty.2C_is_Jetty_the_recommended_Servlet_Container_to_use_when_running_Solr.3F
Solr Comes with Jetty, is Jetty the recommended Servlet Container to use
when running Solr?
The Solr example app
Solr comes with Jetty. But I noticed that Lucid Solr switched to Tomcat. What
is the reason for that?
Is there a recommended servlet container for Solr?
Hi,
Does specifying a smaller number of rows, e.g., with
q=test&start=0&rows=XX affect the query efficiency?
I realise, of course, that increasing the number of
rows will lead to inefficiencies in data transfer.
This is with a standard Solr setup, without sharding,
etc.
Seems like a newbie query,
: TemplateTranformer. Otherwise, if you really must do it in Solr you can write
: your own custom UpdateProcessor and plug it in:
Can't the SignatureUpdateProcessorFactory handle this using something like
Lookup3Signature?
(we should really offer a simple "ConcatSignature" implementation for
g
Hi,
I have to boost certain ids at the search time and these ids are not fixed,
so i can't keep them in DismaxRequest handler.
I mean, if for query x, ids to be boosted are 243452,346563,773567, then for
query y the ids to be boosted won't be the same. They are calculated at the
search time.
Also,
Using copyField will add three different values to the unique id
field; it will not concatenate them into one value. It has to be a
single-valued field. The three values have to be concatenated in DIH
or in the feeding application.
On Sun, Jan 17, 2010 at 6:41 PM, William Bell wrote:
> You could
You could use a copyField.
On 1/17/10 1:47 PM, "Koji Sekiguchi" wrote:
> Pradeep Pujari wrote:
>> how can I specify uniqueKey value in schema.xml as a concatenation of 3
>> columns. Like prod_id+attr_name+att_value?
>>
>> Thanks,
>> Pradeep
>>
>>
> Solr doesn't support it. You should conca
Can you post a few examples of your source data? What kinds of relationships
are you having to deal with?
If you want to retain a "link" to the source then that's pretty simple
(field for the file, url etc.). If your relationships will be between the
Solr documents themselves, then I think you'd r
Hi guys,
I have a Question regarding flattening of data for indexing.
Scenario -
We have tons of records however they come from disparate data sources.
How to flatten data so as to retain the relationship?
Thanks
Ankit
Thanks for your frank analysis.
William Pierce-3 wrote:
>
> I have used solr extensively for our sites (and for the clients I work
> with). I think it is great! If you do an item-by-item feature list
> comparison, I think you will find that solr stacks up quite well. And
> the
> price, o
If you're using DataImportHandler than this can easily be done with a
TemplateTranformer. Otherwise, if you really must do it in Solr you can
write your own custom UpdateProcessor and plug it in:
DIH TemplateTransformer:
http://wiki.apache.org/solr/DataImportHandler#TemplateTransformer
Update
On Thu, 14 Jan 2010 11:09:41 -0800 (PST)
Otis Gospodnetic wrote:
[...]
> If you are using Solr in some clever, interesting, or unusual way
> and are willing to share this information, please get in touch.
> 5 to max 10 pages (soft limits) per study is what we are hoping
> for. Feel free to respon
Pradeep Pujari wrote:
how can I specify uniqueKey value in schema.xml as a concatenation of 3
columns. Like prod_id+attr_name+att_value?
Thanks,
Pradeep
Solr doesn't support it. You should concatenate them at client.
Koji
--
http://www.rondhuit.com/en/
BTW: If you are looking for somebody to help you with Solr then you can
check the following wiki page:
http://wiki.apache.org/solr/Support
Rgds,
Lukas
On Sun, Jan 17, 2010 at 9:03 PM, Pradeep Pujari wrote:
> Yes, all the points you mentioned can be easily done in Solr.
>
> Pradeep
>
> On Sun, Ja
how can I specify uniqueKey value in schema.xml as a concatenation of 3
columns. Like prod_id+attr_name+att_value?
Thanks,
Pradeep
Yes, all the points you mentioned can be easily done in Solr.
Pradeep
On Sun, Jan 17, 2010 at 2:30 AM, mrbelvedr wrote:
>
> Our customer is a Fortune 5 big time company. They have millions of
> vendors/products they work with daily. They have budget for whatever we
> recommend but we like to us
Bill,
are you comparing percentage-rates or total numbers?
Keep in mind that Google own a big part of the traffic-cake.
Kind regards
Mitch
William Pierce-3 wrote:
>
> Let me give you an example from my own personal experience.We submit
> data feed of products from my clients to various s
I was in your same shoes as yours. And did recommend and implement Solr to
my Fortune 10 client. Solr is a great solution and does meet most of the
requirements and lacks very few things.
In your case, I think you should know that Solr does handle Synonyms very
well as long as they are single wor
I have used solr extensively for our sites (and for the clients I work
with). I think it is great! If you do an item-by-item feature list
comparison, I think you will find that solr stacks up quite well. And the
price, of course, cannot be beat!
However, there are a few intangibles that ma
As you know, Solr is fully written in Java and Java is still
plattform-independent. ;)
Learn more about Solr on http://lucene.apache.org/solr/
mrbelvedr wrote:
>
> That sounds great. Could it also run on Windows? I am interested in
> hiring an experienced Solr freelancer to help us set up Solr
As you know, Solr is fully written in Java and Java is still
plattform-independent. ;)
Learn more about Solr on http://www.lucene.apache.org/solr
mrbelvedr wrote:
>
> That sounds great. Could it also run on Windows? I am interested in
> hiring an experienced Solr freelancer to help us set up S
That sounds great. Could it also run on Windows? I am interested in hiring
an experienced Solr freelancer to help us set up Solr on Windows and
configure it to index our products. If anybody is interested please email
tmil...@ktait.com
Thank you!
MitchK wrote:
>
>
> mrbelvedr wrote:
>>
>> *
mrbelvedr wrote:
>
> * Index our MS Sql Server 2008 product table
>
Yes. Have a look at http://wiki.apache.org/solr/DataImportHandlerFaq
mrbelvedr wrote:
>
> * Spell check for product brand names - user enters brand "sharpee" and
> the search engine will reply "Did you mean 'Sharpie'? "
>
An idea of mine was to set up two SolrCores, since I don't know how to create
a layer above popularity. Let's call them QueryCore and DataCore.
Querying for the first time against the DataCore would lead to a normal
response, since there were no queries before. Let's say we are querying for
"Sta
Our customer is a Fortune 5 big time company. They have millions of
vendors/products they work with daily. They have budget for whatever we
recommend but we like to use open source if it is a great alternative to
Google Search Appliance or Google Commerce Search.
Google has recently introduced "
27 matches
Mail list logo