Re: Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
In Unix, in data/index there is : segments.gen  20 B 3/28/2013   rw-r--r-- segments_1    45 B 3/28/2013 rw-r--r-- I don't know how this was generated , should I delete them from the directory, or from other place ? If so, how to delete reindex on the UNIX system ? thanks lot.   ___

Re: Could not load config for solrconfig.xml

2013-03-28 Thread Gora Mohanty
On 29 March 2013 07:23, A. Lotfi wrote: > In windows when I hit Execute Query button I got this results : [...] There seem to be no documents in your Solr index on the UNIX system. As I mentioned in my previous message, you either need to copy the index files from the WIndows system (provided tha

Re: Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
In windows when I hit Execute Query button I got this results : 0181truestreetname:mdwxmlMEADOW2501001ABN 1MD 262MEADOW2501001ABRM1MD 472MEADOW2501001ADMS1MD 350 .. . In Unix with same setup, I got this result : 02true*:*xml   I did not understand why . thanks, your help is appreciate

Basic auth on SolrCloud /admin/* calls

2013-03-28 Thread Vaillancourt, Tim
Hey guys, I've recently setup basic auth under Jetty 8 for all my Solr 4.x '/admin/*' calls, in order to protect my Collections and Cores API. Although the security constraint is working as expected ('/admin/*' calls require Basic Auth or return 401), when I use the Collections API to create a

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Mark Miller
Though I think *another* JIRA made data dir not changeable over core reload for some reason I don't recall exactly. But the other stuff is back to being changeable :) - Mark On Mar 28, 2013, at 8:04 PM, Mark Miller wrote: > But this is fixed in 4.2 - now the index writer is rebooted on core r

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Mark Miller
But this is fixed in 4.2 - now the index writer is rebooted on core reload. So that's just 4.0 and 4.1. - Mark On Mar 28, 2013, at 6:48 PM, Chris Hostetter wrote: > > : But solr wiki says: > : ``` > : Starting with Solr4.0, the RELOAD command is implemented in a way that > : results a "live"

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Upayavira
Not sure, but if you put it in the data dir, I think it picks it up and reloads on commit. Upayavira On Thu, Mar 28, 2013, at 09:11 AM, Kaneyama Genta wrote: > Dear all, > > I investigating how to update synonyms.txt. > Some people says CORE RELOAD will reload synonyms.txt. > > But solr wiki sa

Re: Solr Cloud update process

2013-03-28 Thread Mark Miller
On Mar 28, 2013, at 7:27 PM, Shawn Heisey wrote: > > I actually would like more detail on upconfig myself - what if you delete > files from the config directory on disk? Will they be deleted from > zookeeper? I use a solrconfig that has xinclude statements, and occasionally > those files d

Re: Solrcloud 4.1 Collection with multiple slices only use

2013-03-28 Thread Mark Miller
On Mar 28, 2013, at 7:30 PM, Shawn Heisey wrote: > Can't you leave numShards out completely, then include a numShards parameter > on a collection api CREATE url, possibly giving a different numShards to each > collection? > > Thanks, > Shawn > Yes - that's why I say the collections API is t

Re: SOLR - "Unable to execute query" error - DIH

2013-03-28 Thread Chris Hostetter
: I am trying to index data from SQL Server view to the SOLR using the DIH Have you ruled out the view itself being the bottle neck? Try running whatever command line SQLServer client exists on your SOLR server to connect remotely to your existing SQL server and run "select * from view" and re

Re: Solrcloud 4.1 Collection with multiple slices only use

2013-03-28 Thread Shawn Heisey
On 3/28/2013 4:23 PM, Mark Miller wrote: True - though I think for 4.2. numShards has never been respected in the Can't you leave numShards out completely, then include a numShards parameter on a collection api CREATE url, possibly giving a different numShards to each collection? Thanks, Sh

Re: Solr Cloud update process

2013-03-28 Thread Shawn Heisey
On 3/28/2013 3:01 PM, Walter Underwood wrote: There are lots of small issues, though. 1. Is Solr tested with a mix of current and previous versions? It is safe to run a cluster that is a mix of 4.1 and 4.2, even for a little bit? 2. Can Solr 4.2 run with Solr 4.1 config files? This means all o

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Chris Hostetter
: But solr wiki says: : ``` : Starting with Solr4.0, the RELOAD command is implemented in a way that : results a "live" reloads of the SolrCore, reusing the existing various : objects such as the SolrIndexWriter. As a result, some configuration : options can not be changed and made active with a s

Re: Solrcloud 4.1 Collection with multiple slices only use

2013-03-28 Thread corgone
That's my kind of release! Sent from my Verizon Wireless Phone - Reply message - From: "Mark Miller" To: Subject: Solrcloud 4.1 Collection with multiple slices only use Date: Thu, Mar 28, 2013 6:34 pm On Mar 28, 2013, at 6:30 PM, Chris R wrote: > I'll probably move up to 4.2 tomorr

Re: Batch Search Query

2013-03-28 Thread Chris Hostetter
: Now, what happens is a user will upload say a word document to us. We then : parse it and process it into segments. It very well could be 5000 segments : or even more in that word document. Each one of those ~5000 segments needs : to be searched for similar segments in solr. I’m not quite sure h

Re: Solrcloud 4.1 Collection with multiple slices only use

2013-03-28 Thread Mark Miller
On Mar 28, 2013, at 6:30 PM, Chris R wrote: > I'll probably move up to 4.2 tomorrow. 4.2.1 should be ready as soon as I have time to publish it - we have a passing vote and I think we are close to 72 hours after. I just have to stock up on some beer first - Robert tells me it's like a 20 beer

Re: Solrcloud 4.1 Collection with multiple slices only use

2013-03-28 Thread Chris R
Interesting, I've been doing battle with it while coming from a 4.0 environment. I only had a single collection then and just created the solr.xml files for each server up front. They each supported a half dozen cores for a single collection. As for 4.1 and collections API, the only issue I've h

Re: How to shut down the SolrCloud?

2013-03-28 Thread Mark Miller
Currently, yes. Stop each web container in the normal fashion. That will do a clean shutdown. - Mark On Mar 28, 2013, at 5:48 PM, "Li, Qiang" wrote: > How to shut down the SolrCloud? Just kill all nodes? > > Regards, > Ivan > > This email message and any attachments are for the sole use of t

Re: Solrcloud 4.1 Collection with multiple slices only use

2013-03-28 Thread Mark Miller
True - though I think for 4.2. numShards has never been respected in the wrote: > So, by using the numshards at initialization time, using the sample > collection1 solr.xml, I'm able to create a sharded and distributed index. > Also, by removing any initial cores from the solr.xml file, i'm able

Re: Solrcloud 4.1 Collection with multiple slices only use

2013-03-28 Thread Chris R
So, by using the numshards at initialization time, using the sample collection1 solr.xml, I'm able to create a sharded and distributed index. Also, by removing any initial cores from the solr.xml file, i'm able to use the collections API via the web to create multiple collection with sharded index

How to shut down the SolrCloud?

2013-03-28 Thread Li, Qiang
How to shut down the SolrCloud? Just kill all nodes? Regards, Ivan This email message and any attachments are for the sole use of the intended recipients and may contain proprietary and/or confidential information which may be privileged or otherwise protected from disclosure. Any unauthorized

Re: [ANNOUNCE] Solr wiki editing change

2013-03-28 Thread Steve Rowe
On Mar 28, 2013, at 5:43 PM, Tomás Fernández Löbbe wrote: > Steve, could you add me to the contrib group? TomasFernandezLobbe Added to solr ContributorsGroup.

Re: [ANNOUNCE] Solr wiki editing change

2013-03-28 Thread Tomás Fernández Löbbe
Steve, could you add me to the contrib group? TomasFernandezLobbe Thanks! Tomás On Thu, Mar 28, 2013 at 1:04 PM, Steve Rowe wrote: > On Mar 28, 2013, at 11:57 AM, Jilal Oussama > wrote: > > Please add OussamaJilal to the group. > > Added to solr ContributorsGroup. >

Re: Solr Cloud update process

2013-03-28 Thread Mark Miller
Comments hidden inline below. Overall - we need to focus on upgrades at some point, but there is little that should stop the old distrib update process from working (multi node clusters pre solrcloud). Hoever, we should have tests and stuff. If only the days were twice as long. On Mar 28, 2013,

Re: Solr Cloud update process

2013-03-28 Thread Timothy Potter
Hi Walter, I just did our upgrade from a nightly build of 4.1 (a few weeks before the release) and 4.2 - thankfully it went off with 0 downtime and no issues ;-) First and foremost, I had a staging environment that I upgraded first so I already had a good feeling that things would be fine. Hopefu

Re: Solr Cloud update process

2013-03-28 Thread Walter Underwood
There are lots of small issues, though. 1. Is Solr tested with a mix of current and previous versions? It is safe to run a cluster that is a mix of 4.1 and 4.2, even for a little bit? 2. Can Solr 4.2 run with Solr 4.1 config files? This means all of conf/, not just the main XML files. 3. We d

Re: Could not load config for solrconfig.xml

2013-03-28 Thread Gora Mohanty
On 29 March 2013 01:59, A. Lotfi wrote: > Thanks, > my path to solr home was missing something, it's worlking, but no results, > the same solr app with same configuration files worked in windows. What do you mean by "no results"? Have you indexed stuff, and are not able to search for it? Are you

Re: bootstrap_conf without restarting

2013-03-28 Thread Timothy Potter
I do this frequently, but use the scripts provided in cloud-scripts, e.g. export ZK_HOST=... cloud-scripts/zkcli.sh -zkhost $ZK_HOST -cmd upconfig -confdir $COLLECTION_INSTANCE_DIR/conf -confname $COLLECTION_NAME Also, once you do this, you still have to reload the collection so that it picks up

Re: Too many fields to Sort in Solr

2013-03-28 Thread Joel Bernstein
Not, sure that making changes to the solrconfig.xml is going down the right path here. There might something else with your setup that's causing this issue. I'm not sure what it would be though. On Thu, Mar 28, 2013 at 1:38 PM, adityab wrote: > Wo. that's strange. > > I tried toggling with the

Re: Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
Thanks,  my path to solr home was missing something, it's worlking, but no results, the same solr app with same configuration files worked in windows.   Abdel From: Gora Mohanty To: solr-user@lucene.apache.org; A. Lotfi Cc: "gene...@lucene.apache.org" Sent:

Re: Solr sorting and relevance

2013-03-28 Thread Joel Bernstein
Otis brings up a good point. Possibly you could put logic in your function query to account for this. But it may be that you can't achieve the mix you're looking for without taking direct control. That is the main reason that SOLR-4465 was put out there, for cases where direct control is needed. I

Re: SOLR - Documents with large number of fields ~ 450

2013-03-28 Thread Marcin Rzewucki
Hi John, Mark is right. DocValues can be enabled in two ways: RAM resident (default) or on-disk. You can read more here: http://www.slideshare.net/LucidImagination/column-stride-fields-aka-docvalues Regards. On 22 March 2013 16:55, John Nielsen wrote: > "with the on disk option". > > Could you

Re: Could not load config for solrconfig.xml

2013-03-28 Thread Gora Mohanty
On 29 March 2013 00:19, A. Lotfi wrote: > Hi, > solr setup in windows worked fine, > I tried to follow installing solr in unix, when I started tomcat I got this > exxception : [...] Seems it cannot find solrconfig.xml. The relevant part from the logs is: Caused by: java.io.IOException: Can't fin

Re: Solr sorting and relevance

2013-03-28 Thread Otis Gospodnetic
Hi, But can you ever get this universally right? In some cases there is very little inventory and in some case there is a ton of inventory, so even if you use a small boost for inventory, when the intentory is very large, that will overpower the title boost, no? Otis -- Solr & ElasticSearch Suppo

Re: bootstrap_conf without restarting

2013-03-28 Thread Mark Miller
Couple notes though: > java -classpath example/solr-webapp/WEB-INF/lib/* > org.apache.solr.cloud.ZkCLI -cmd upconfig -zkhost 127.0.0.1:9983 > -confdir example/solr/collection1/conf -confname conf1 -solrhome > example/solr I don't think you want that -solrhome - if I remember right, thats for tes

Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
Hi, solr setup in windows worked fine, I tried to follow installing solr in unix, when I started tomcat I got this exxception : SEVERE: Unable to create core: collection1 org.apache.solr.common.SolrException: Could not load config for solrconfig.xml         at org.apache.solr.core.CoreContainer.

Re: multiple SolrCloud clusters with one ZooKeeper ensemble?

2013-03-28 Thread Bill Au
Thanks. Now I have to go back and re-read the entire SolrCloud Wiki to see what other info I missed and/or forgot. Bill On Thu, Mar 28, 2013 at 12:48 PM, Chris Hostetter wrote: > > : Can I use a single ZooKeeper ensemble for multiple SolrCloud clusters or > : would each SolrCloud cluster requi

Re: Solr sorting and relevance

2013-03-28 Thread Joel Bernstein
If you had a high boost on the title with a moderate boost on the inventory it sounds like you'd get boots first ordered by inventory followed by jeans ordered by inventory. Because the heavy title boost would move the boots to the top. You can play with the boost factors to try and get the mix you

Re: Too many fields to Sort in Solr

2013-03-28 Thread adityab
Wo. that's strange. I tried toggling with the code factory line in solrconfig.xml (attached in this post) commenting gives me error where as un-commenting works. can you please take a look into config and let me know if anything wrong there? thanks Aditya solrconfig.xml

Re: Solr sorting and relevance

2013-03-28 Thread scallawa
Thanks for the fast response. I am still just learning solr so please bear with me. This still sounds like the wrong products would appear at the top if they have more inventory unless I am misunderstanding. High boost low boost seems to make sense to me. That alone would return the more rele

Re: bootstrap_conf without restarting

2013-03-28 Thread Joel Bernstein
You can use the upconfig command witch is described on the Solr Cloud wiki page, followed by a collection reload also described on the wiki. Here is a sample command upconfig: java -classpath example/solr-webapp/WEB-INF/lib/* org.apache.solr.cloud.ZkCLI -cmd upconfig -zkhost 127.0.0.1:9983 -confdi

Re: Batch Search Query

2013-03-28 Thread Mike Haas
I will definitely let you all know what we end up doing. I realized I forgot to mention something that might make what we do more clear. Right now we use sql server full text to get back fairly similar matches for each segment. We do this with some funky sql stuff which I didn't write and haven't

Re: Too many fields to Sort in Solr

2013-03-28 Thread Joel Bernstein
I didn't have to do anything with the codecs to make it work. Checked my solrconfig.xml and the codecFactory element is not present. I'm running the out of the box jetty setup. On Thu, Mar 28, 2013 at 11:58 AM, adityab wrote: > Update --- > > I was able to fix the exception by adding following

Re: multiple SolrCloud clusters with one ZooKeeper ensemble?

2013-03-28 Thread Chris Hostetter
: Can I use a single ZooKeeper ensemble for multiple SolrCloud clusters or : would each SolrCloud cluster requires its own ZooKeeper ensemble? https://wiki.apache.org/solr/SolrCloud#Zookeeper_chroot (I'm going to FAQ this) -Hoss

multiple SolrCloud clusters with one ZooKeeper ensemble?

2013-03-28 Thread Bill Au
Can I use a single ZooKeeper ensemble for multiple SolrCloud clusters or would each SolrCloud cluster requires its own ZooKeeper ensemble? Bill

Re: Batch Search Query

2013-03-28 Thread Roman Chyla
On Thu, Mar 28, 2013 at 12:27 PM, Mike Haas wrote: > Thanks for your reply, Roman. Unfortunately, the business has been running > this way forever so I don't think it would be feasible to switch to a whole > sure, no arguing against that :) > document store versus segments store. Even then, if

Re: Batch Search Query

2013-03-28 Thread Mike Haas
Thanks Timothy, In regards to you mentioning using MoreLikeThis, do you know what kind of algorithm it uses? My searching didn't reveal anything. On Thu, Mar 28, 2013 at 10:51 AM, Timothy Potter wrote: > Hi Mike, > > Interesting problem - here's some pointers on where to get started. > > For fi

Re: Batch Search Query

2013-03-28 Thread Walter Underwood
This might not be a good match for Solr, or for many other systems. It does seem like a natural fit for MarkLogic. That natively searches and selects over XML documents. Disclaimer: I worked at MarkLogic for a couple of years. wunder On Mar 28, 2013, at 9:27 AM, Mike Haas wrote: > Thanks for

Re: Batch Search Query

2013-03-28 Thread Mike Haas
Thanks for your reply, Roman. Unfortunately, the business has been running this way forever so I don't think it would be feasible to switch to a whole document store versus segments store. Even then, if I understand you correctly it would not work for our needs. I'm thinking because we don't care a

Re: Solr and OpenPipe

2013-03-28 Thread Giovanni Bricconi
Bella lì! vedo che ci divertiamo Il giorno 28/mar/2013 17:11, "Fabio Curti" ha scritto: > git clone https://github.com/kolstae/openpipe > cd openpipe > mvn install > > regards > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-and-OpenPipe-tp484777p4052079.html

Re: Batch Search Query

2013-03-28 Thread Roman Chyla
Apologies if you already do something similar, but perhaps of general interest... One (different approach) to your problem is to implement a local fingerprint - if you want to find documents with overlapping segments, this algorithm will dramatically reduce the number of segments you create/search

bootstrap_conf without restarting

2013-03-28 Thread jimtronic
I'm doing fairly frequent changes to my data-config.xml files on some of my cores in a solr cloud setup. Is there anyway to to get these files active and up to Zookeeper without restarting the instance? I've noticed that if I just launch another instance of solr with the bootstrap_conf flag set to

Re: Solr and OpenPipe

2013-03-28 Thread Fabio Curti
git clone https://github.com/kolstae/openpipe cd openpipe mvn install regards -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-and-OpenPipe-tp484777p4052079.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: [ANNOUNCE] Solr wiki editing change

2013-03-28 Thread Steve Rowe
On Mar 28, 2013, at 11:57 AM, Jilal Oussama wrote: > Please add OussamaJilal to the group. Added to solr ContributorsGroup.

Re: Too many fields to Sort in Solr

2013-03-28 Thread adityab
Update --- I was able to fix the exception by adding following line in solrconfig.xml Not sure if its mentioned in any document to have this declared in config file. I am now re-indexing and data on the master and will perform test to see if it works as expected. thanks for your support. A

Re: [ANNOUNCE] Solr wiki editing change

2013-03-28 Thread Jilal Oussama
Please add OussamaJilal to the group. Thank you. 2013/3/28 Steve Rowe > On Mar 28, 2013, at 9:25 AM, Andy Lester wrote: > > On Mar 24, 2013, at 10:18 PM, Steve Rowe wrote: > >> Please request either on the solr-user@lucene.apache.org or on > d...@lucene.apache.org to have your wiki username

Re: Batch Search Query

2013-03-28 Thread Timothy Potter
Hi Mike, Interesting problem - here's some pointers on where to get started. For finding similar segments, check out Solr's More Like This support - it's built in to the query request processing so you just need to enable it with query params. There's nothing built in for doing batch queries fro

Batch Search Query

2013-03-28 Thread Mike Haas
Hello. My company is currently thinking of switching over to Solr 4.2, coming off of SQL Server. However, what we need to do is a bit weird. Right now, we have ~12 million segments and growing. Usually these are sentences but can be other things. These segments are what will be stored in Solr. I’v

Re: Too many fields to Sort in Solr

2013-03-28 Thread adityab
still no luck Performed. 1. Stop the Application Server (JBoss) 2. Deleted everything under data 3. Star the server 4. Observe exception in log (i have uploaded the file) on a side note. do i need to have any additional jar files in the solr home lib folder. currently its empty. docValueExce

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-28 Thread Uomesh
Yes, Only thing is, on master delta import is running every 1/2 hour but as there is no data change in last 24 hour i think index version still remains same. another thing i notice is after full import index Gen is bumped to directly higher than slave. Can that means Master is not increasing Versio

RE: SOLR - "Unable to execute query" error - DIH

2013-03-28 Thread Swati Swoboda
What version of Solr4 are you running? We are on 3.6.2 so I can't be confident whether these settings still exist (they probably do...), but here is what we do to speed up full-indexing: In solrconfig.xml, increase your ramBufferSize to 128MB. Increase mergeFactor to 20. Make sure autoCommit is

RE: Is deltaQuery mandatory ?

2013-03-28 Thread Dyer, James
You do not need "deltaQuery" unless you're doing delta (incremental) updates. To configure a full import, try starting with this example: http://wiki.apache.org/solr/DataImportHandler#A_shorter_data-config James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: A. Lotf

RE: SOLR - "Unable to execute query" error - DIH

2013-03-28 Thread Dyer, James
You may want to run your jdbc driver in trace mode just to see if it is picking up these different options. I know from experience that the "selectMethod" parameter can sometimes be important to prevent SQLServer drivers from caching the entire resultset in memory. But something seems very w

RE: Is deltaQuery mandatory ?

2013-03-28 Thread Swati Swoboda
No, it's not mandatory. You can't do delta imports without delta queries though; you'd need to do a full-import. Per your query, you'd only ever do objects with rownum<=5000. -Original Message- From: A. Lotfi [mailto:majidna...@yahoo.com] Sent: Thursday, March 28, 2013 10:07 AM To: gene

Re: Querying a transitive closure?

2013-03-28 Thread Jack Park
Thank you for this. I had thought about it but reasoned in a naive way: who would do such a thing? Doing so makes the query local: once the object has been retrieved, no further HTTP queries are required. Implementation perhaps entails one request to fetch the presumed parent in order to harvest i

Is deltaQuery mandatory ?

2013-03-28 Thread A. Lotfi
Is deltaQuery mandatory in data-config.xml ? I did it like this :   Then my manager come and said we don't need it, this is only for incremental. I took off the line that start with deltaQuery, now in : http://localhost:8983/solr/#/db/dataimport//dataimport entity is empty, when I click the bu

Re: [ANNOUNCE] Solr wiki editing change

2013-03-28 Thread Steve Rowe
On Mar 28, 2013, at 9:25 AM, Andy Lester wrote: > On Mar 24, 2013, at 10:18 PM, Steve Rowe wrote: >> Please request either on the solr-user@lucene.apache.org or on >> d...@lucene.apache.org to have your wiki username added to the >> ContributorsGroup page - this is a one-time step. > > Please

Re: [ANNOUNCE] Solr wiki editing change

2013-03-28 Thread Andy Lester
On Mar 24, 2013, at 10:18 PM, Steve Rowe wrote: > The wiki at http://wiki.apache.org/solr/ has come under attack by spammers > more frequently of late, so the PMC has decided to lock it down in an attempt > to reduce the work involved in tracking and removing spam. > > From now on, only peopl

Re: Too many fields to Sort in Solr

2013-03-28 Thread Joel Bernstein
OK, you'll need to re-index. Shutdown, delete the data, re-index. On Thu, Mar 28, 2013 at 9:12 AM, adityab wrote: > Here is the field type definition. same as what you posted yesterday just a > different name. > > docValuesFormat="Disk" positionIncrementGap="0"/> > > And Field Definition > st

Re: Too many fields to Sort in Solr

2013-03-28 Thread adityab
Here is the field type definition. same as what you posted yesterday just a different name. And Field Definition as soon as i restart the server i see the exception in log. removing the *docValuesFormat="Disk"* from the field type i don't see this exception. 01:49:37,177 ERROR [org.apache

Re:

2013-03-28 Thread Tomás Fernández Löbbe
Could you give more details on what's not working? Have you followed the instructions here: http://wiki.apache.org/solr/SolrCloud#Getting_Started Are you using an embedded Zookeeper or an external server? How many of them? Are you using numShards=1?2? What do you see in the Solr UI, in the "cloud"

Re: How to male Solr complex Join Query

2013-03-28 Thread Karol Sikora
Hi Ashim, You probably doing something in wrong way if You need using such a complex joins. Remember that solr isn't relational database. You should probably revisit Your schema and flatten Your data structure. Regards, Karol W dniu 28.03.2013 13:45, ashimbose pisze: Hi I need to do comple

How to male Solr complex Join Query

2013-03-28 Thread ashimbose
Hi I need to do complex join in single core with multiple table. Like Inner , Outer, Left, Right and so on. I am working with solr4. Is there I can work with any type of join with solr4? Is there any way to do so? Please give your suggestion, its very important. Please help me.. Thanks in a

Re: multicore vs multi collection

2013-03-28 Thread Jack Krupansky
Unable? In what way? Did you look at the Solr "example"? Did you look at solr.xml? Did you see the element? (Needs to be one per core/collection.) Did you see the "multicore" directory in the example? Did you look at the solr.xml file in multicore? Did you see how there are separate directo

Re:

2013-03-28 Thread anuj vats
Waiting for your assitence to get config entries for 3 server solr cloud setup.. Thanks in advance Anuj From: "anuj vats"Sent: Fri, 22 Mar 2013 17:32:10 To: "solr-user@lucene.apache.org"Cc: "mayank...@gmail.com"Subje

Re: Too many fields to Sort in Solr

2013-03-28 Thread Joel Bernstein
Hi, I tested this config on Solr 4.2 this morning and it worked: I also loaded data and ran a sort and looked at the heap with jvisualvm and the longs were not loaded into the jvm's heap. The sort was also very fast, although only on 600,000 records. Possibly you are not on Solr 4.2? Can you

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Erik Hatcher
(pointed to from SOLR-3592) indicates it is resolved. I just tried it on my local 4x branch checkout, using the analysis page (text_general analyzing "foo"), added a synonym, went to core admin clicked "reload" and saw the synonym appear afterwa

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Jack Krupansky
You should be fine for synonym and other schema changes since they are unrelated to the IndexWriter. But... if you are using synonyms in your "index" analyzer, as opposed to in your "query" analyzer, then you need to do a full reindex anyway, which is best done by deleting the contents of the

Re: Querying a transitive closure?

2013-03-28 Thread Jens Grivolla
Exactly, you should usually design your schema to fit your queries, and if you need to retrieve all ancestors then you should index all ancestors so you can query for them easily. If that doesn't work for you then either Solr is not the right tool for the job, or you need to rethink your schem

Re: multicore vs multi collection

2013-03-28 Thread hupadhyay
Does that means i can create multiple collections with different configurations ? can you please outline basic steps to create multiple collections,cause i am not able to create them on solr 4.0 -- View this message in context: http://lucene.472066.n3.nabble.com/multicore-vs-multi-collection-t

How to update synonyms.txt without restart?

2013-03-28 Thread Kaneyama Genta
Dear all, I investigating how to update synonyms.txt. Some people says CORE RELOAD will reload synonyms.txt. But solr wiki says: ``` Starting with Solr4.0, the RELOAD command is implemented in a way that results a "live" reloads of the SolrCore, reusing the existing various objects such as the So

Re: Setup solrcloud on tomcat

2013-03-28 Thread Furkan KAMACI
First of all, can you check your catalina.out log. It gives the detail about what is wrong. Secondly you can separate such kind of JVM parameters from that solr.xml and put them into a file setenv.sh (you will create it under bin folder of tomcat.) and here is what you should do: #!/bin/sh JAVA_OP

Re: Querying a transitive closure?

2013-03-28 Thread Upayavira
Why don't you index all ancestor classes with the document, as a multivalued field, then you could get it in one hit. Am I missing something? Upayavira On Thu, Mar 28, 2013, at 01:59 AM, Jack Park wrote: > Hi Otis, > That's essentially the answer I was looking for: each shard (are we > talking ma