Hi,
We are using solr in our ecommerce application.we are indexing on different
attributes of products.
We want to create category tree with the help of solr.
There are following points about catgory and products to be considered,
1.One product can belong to more than one categories.
2.category
Hi,
Is this already registered as bug.Is their any fix to this issue(i want use
EmbeddedSolrServer server only).
Regards,
Ram.
--
View this message in context:
http://lucene.472066.n3.nabble.com/1-3-help-with-update-timeout-issue-tp505766p3310048.html
Sent from the Solr - User mailing list arch
Thanks for replying. Unfortuately the table i need to import from is a view
and there is no unique key in there i can use as a primary key. How does
this affect my using DIH? does it mea i cannot use DIH?
Thanks.
On Sun, Sep 4, 2011 at 8:44 PM, Shawn Heisey wrote:
> On 9/4/2011 12:16 PM, Kiss
Hi,
I have one master-slave setup.slave pulls index from master after every x
seconds.The problem is for one single replication slot two threads are
getting created and trying to work parallely on same index.this is causing
lock obtain time exception
2011-09-05 07:40:00,014 INFO [org.apache.solr
Hi,
I've just noticed that two search results of indexed data have the same url:
http://www.atory.com/dupe_checker_pro/
http://www.atory.com/dupe_checker_PRO/
I thought the url/id was case-insentively unique. Is there how I can set it
up to be so?
For Solr it makes sense not to make it the defau
erik
it takes 20 -25 minutes to transver the index
we have a setting in solr to replicate on : startup,commit and optimize
rajat
--
View this message in context:
http://lucene.472066.n3.nabble.com/Problem-while-replicating-solr-tp3306228p3309925.html
Sent from the Solr - User mailing lis
sorry
i missed one detail
space on that very slave is slightly double the size of index
thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/Problem-while-replicating-solr-tp3306228p3309923.html
Sent from the Solr - User mailing list archive at Nabble.com.
thanks
for reply details are as follows
Replication :
we are using fetchindex command on slaves
http://master:port/solr/replication?command=fetch-index
before replicating we are optimizing the master solr after delta indexing
this setting work on one slave not on other we have to restart the sol
: > Please does anybody know what configurations i need to have in order for
: > Solr to generate the unique key automatically? I am using solr 3.3.0. I have
: > the following fieldtype:
: >
: > required="true"/>
For the record:
1) a unique Key field is not required to use most solr features
: Can solr take the earliest date from the result set to be the value for
: "facet.date.start"? I dont want to have the value 1/1/1995 hardcoded in my
: application since a new data feed that gets into my index could be older
: than 1995 and i might keep missing them from the facet.
no, you have
Merging of data from the response is up to the individual components -- if
you write a MyCustomComponent that you want to work in distributed mode,
then it not only needs to add data to the response when it's run on each
shard, but it also needs to decide how to "merge" that data in the final
: This works, but i'm concerned about how many terms we could end up
: with as the size grows.
:
: Another possibility could be a Filter that iterates though FieldCache
: and checks if each value is in the Set
:
: Any thoughts/directions on things to look at?
It really all depends on what kind
Hi Erick,
Hence my second question. Is there anything else I can do?
Lev
On Sun, Sep 4, 2011 at 3:23 AM, Erick Erickson wrote:
> First question is whether you want to. There are ways to stop the
> search, but how do you know that the last document of your 200K
> isn't the most relevant? There's
On 9/4/2011 12:16 PM, Kissue Kissue wrote:
I was reading about DIH on the this Wiki link :
http://wiki.apache.org/solr/DataImportHandler#A_shorter_data-config
The following was said about entity primary key: "is *optional* and only
needed when using delta-imports". Does this mean that the primary
Hi,
I was reading about DIH on the this Wiki link :
http://wiki.apache.org/solr/DataImportHandler#A_shorter_data-config
The following was said about entity primary key: "is *optional* and only
needed when using delta-imports". Does this mean that the primary key is
mandatory for delta imports? I a
For those that would like to start diving in, I've started documenting the
recent NearRealtime work (available on trunk) on the wiki:
http://wiki.apache.org/solr/NearRealtimeSearch
- Mark Miller
lucidimagination.com
2011.lucene-eurocon.org | Oct 17-20 | Barcelona
Sorry i found the solution. Many thanks.
On Sun, Sep 4, 2011 at 5:39 PM, Kissue Kissue wrote:
> Hi,
>
> Please does anybody know what configurations i need to have in order for
> Solr to generate the unique key automatically? I am using solr 3.3.0. I have
> the following fieldtype:
>
> required
Hi,
Please does anybody know what configurations i need to have in order for
Solr to generate the unique key automatically? I am using solr 3.3.0. I have
the following fieldtype:
Thanks.
On 09/03/2011 08:49 PM, Erick Erickson wrote:
Does hl.fragsize do what you want?
Best
Erick
On Sat, Sep 3, 2011 at 11:56 AM, alex wrote:
hi all,
I would like to truncate some titles(or limit length) while still using
highlighthing if possible , like :
very long title...end of very long ti
Hi,
I am using solr to get the term frequency and positon of a searched word.
Solr basically transfer the whole Termvector back to the client, which is
not efficient because the term vector contains tons of unwanted words and
their information.
Is there a way for solr to return only the frequency
I note that there is a full download option available, might be easier than
crawling.
François
On Sep 4, 2011, at 9:56 AM, Markus Jelsma wrote:
> Hi,
>
> Solr is a search engine, not a crawler. You can use Apache Nutch to crawl
> your
> site and have it indexed in Solr.
>
> Cheers,
>
>> Hi
I got the matching groups value with $grouping.value.matches . Apart from
this $page.results_found is the only parameter for which I can get the
value(Default value is 10). Suggest me some way to get the values of
$page.current_page_number and $page.page_count.
So that I can write my own macro de
Hi,
Solr is a search engine, not a crawler. You can use Apache Nutch to crawl your
site and have it indexed in Solr.
Cheers,
> Hi,
>
> I am new to Solr/Lucene, and have some problems trying to figure out the
> best way to perform indexing. I think I understand the general principles,
> but hav
Hi,
I am new to Solr/Lucene, and have some problems trying to figure out the best
way to perform indexing. I think I understand the general principles, but have
some trouble translating this to my specific goal, which is the following:
I want to use SolR as a search engine based on general (Eng
hi erick,
thx,..
Any good doc on undestand debug/explain out put u would recommend? I tried
couple of places but doesnt seem to good enf
--
View this message in context:
http://lucene.472066.n3.nabble.com/word-proximity-and-queryoperator-OR-tp3299729p3308362.html
Sent from the Solr - User ma
25 matches
Mail list logo