Re: word proximity and queryoperator OR

2011-09-04 Thread abhayd
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

Solr and wikipedia for schools

2011-09-04 Thread cees_pieters
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

Re: Solr and wikipedia for schools

2011-09-04 Thread Markus Jelsma
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 have

Re: How to display results across multiple pages when grouping is enabled by default

2011-09-04 Thread Balaji N.S. [via Lucene]
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

Re: Solr and wikipedia for schools

2011-09-04 Thread François Schiettecatte
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 am

problems of getting frequency and position for a paticular word

2011-09-04 Thread Zong Peng
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

Re: long titles...

2011-09-04 Thread alex
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, alexalex.alex.alex.9...@gmail.com wrote: hi all, I would like to truncate some titles(or limit length) while still using highlighthing if possible , like : very

Automatically generating unique key

2011-09-04 Thread Kissue Kissue
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: fieldType name=id_uuid class=solr.UUIDField indexed=true required=true/ Thanks.

Re: Automatically generating unique key

2011-09-04 Thread Kissue Kissue
Sorry i found the solution. Many thanks. On Sun, Sep 4, 2011 at 5:39 PM, Kissue Kissue kissue...@gmail.com 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

New NearRealtime feature in Solr trunk.

2011-09-04 Thread Mark Miller
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

DIH primary key

2011-09-04 Thread Kissue Kissue
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 am

Re: DIH primary key

2011-09-04 Thread Shawn Heisey
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

Re: Limit total found results

2011-09-04 Thread John
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 erickerick...@gmail.comwrote: 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

Re: Best approach to Intersect results with big SetString?

2011-09-04 Thread Chris Hostetter
: 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 SetString : : Any thoughts/directions on things to look at? It really all depends on

Re: Custom response header from Solr

2011-09-04 Thread Chris Hostetter
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

Re: Date Faceting on Solr 3.1

2011-09-04 Thread Chris Hostetter
: 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

Re: Automatically generating unique key

2011-09-04 Thread Chris Hostetter
: 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: : : fieldType name=id_uuid class=solr.UUIDField indexed=true : required=true/ For the record: 1) a unique

Re: Problem while replicating solr

2011-09-04 Thread shinkanze
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

Re: Problem while replicating solr

2011-09-04 Thread shinkanze
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.

Re: Problem while replicating solr

2011-09-04 Thread shinkanze
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

How to make the url id case insensitive?

2011-09-04 Thread Gabriele Kahlout
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

Multiple Solr replicaton threads

2011-09-04 Thread bramsreddy
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