Change of email
Dear List Managers I've changed my email that I'd like to use for the solr-user list, as it's filling up my work email to the point of insanity. Regardless of the change in the solr-user community, it still keeps sending the emails of all threads and replies to my work email. Would you please be so kind to affect this change for me? The new email is a yahoo email, and is already showing in my preferences Thank you kindly Anria
Re: Search across multiple collections
hi I've successfully searched over several separate collections (cores with unique schemas) using this kind of syntax. This demonstrates a 2 core search http://localhost:8983/solr/collection1/select? q=my phrase to search on& start=0& rows=25& fl=*,score& fq={!join+fromIndex=collection2+from=sku+to=sku}id:1571& I've split up the parameters so you see easily fq={!join+fromIndex=collection2+from=sku+to=sku}id:1571& --> collection1/select = use the select requestHandler out of collection1 as a base --> collection2 is the 2nd core : equivalent of a table join in SQL --> sku is the field shared in both collection1, and collection2 --> id is the field I want to find the id=1571 in. Hope this helps Anria On 2013-06-05 16:17, bbarani wrote: I am not sure the best way to search across multiple collection using SOLR 4.3. Suppose, each collection have their own config files and I perform various operations on collections individually but when I search I want the search to happen across all collections. Can someone let me know how to perform search on multiple collections? Do I need to use sharding again? -- View this message in context: http://lucene.472066.n3.nabble.com/Search-across-multiple-collections-tp4068469.html Sent from the Solr - User mailing list archive at Nabble.com.
Solr 4.1 over Websphere errors
hi all We are having a problem getting Solr4.1 (Solr 4.3 is also not starting) to run in Websphere on Windows. Websphere version? [8.0.0.3] Windows version? [Win7 64bit] Solr version? [4.1] JDK version? [1.7.0_13 64bit] Here is the error that none of us have ever seen before. Can somebody please help figure this one out? Thanks Anria --- [6/6/13 11:50:47:102 PDT] 0040 SolrResourceL I org.apache.solr.core.SolrResourceLoader locateSolrHome No /solr/home in JNDI [6/6/13 11:50:47:102 PDT] 0040 SolrResourceL I org.apache.solr.core.SolrResourceLoader locateSolrHome using system property solr.solr.home: C:\solr [6/6/13 11:50:47:122 PDT] 0040 CoreContainer I org.apache.solr.core.CoreContainer$Initializer initialize looking for solr.xml: C:\solr\solr.xml [6/6/13 11:50:47:125 PDT] 0040 CoreContainer I org.apache.solr.core.CoreContainer New CoreContainer 397781387 [6/6/13 11:50:47:129 PDT] 0040 CoreContainer I org.apache.solr.core.CoreContainer load Loading CoreContainer using Solr Home: 'C:\solr\' [6/6/13 11:50:47:130 PDT] 0040 SolrResourceL I org.apache.solr.core.SolrResourceLoader new SolrResourceLoader for directory: 'C:\solr\' [6/6/13 11:50:47:134 PDT] 0040 SolrResourceL I org.apache.solr.core.SolrResourceLoader replaceClassLoader Adding 'file:/C:/solr/lib/commons-beanutils-1.7.0.jar' to classloader [6/6/13 11:50:47:135 PDT] 0040 SolrResourceL I org.apache.solr.core.SolrResourceLoader replaceClassLoader Adding 'file:/C:/solr/lib/commons-collections-3.2.1.jar' to classloader [6/6/13 11:50:47:135 PDT] 0040 SolrResourceL I org.apache.solr.core.SolrResourceLoader replaceClassLoader Adding 'file:/C:/solr/lib/solr-core-4.1.0.jar' to classloader [6/6/13 11:50:47:135 PDT] 0040 SolrResourceL I org.apache.solr.core.SolrResourceLoader replaceClassLoader Adding 'file:/C:/solr/lib/solr-velocity-4.1.0.jar' to classloader [6/6/13 11:50:47:137 PDT] 0040 SolrResourceL I org.apache.solr.core.SolrResourceLoader replaceClassLoader Adding 'file:/C:/solr/lib/velocity-1.7.jar' to classloader [6/6/13 11:50:47:138 PDT] 0040 SolrResourceL I org.apache.solr.core.SolrResourceLoader replaceClassLoader Adding 'file:/C:/solr/lib/velocity-tools-2.0.jar' to classloader [6/6/13 11:50:47:224 PDT] 0040 SolrDispatchF E org.apache.solr.servlet.SolrDispatchFilter init Could not start Solr. Check solr/home property and the logs [6/6/13 11:50:47:327 PDT] 0040 SolrCore E org.apache.solr.common.SolrException log null:java.lang.VerifyError: JVMVRFY012 stack shape inconsistent; class=org/apache/lucene/codecs/lucene40/Lucene40FieldInfosReader, method=read(Lorg/apache/lucene/store/Directory;Ljava/lang/String;Lorg/apache/lucene/store/IOContext;)Lorg/apache/lucene/index/FieldInfos;, pc=28 at java.lang.J9VMInternals.verifyImpl(Native Method) at java.lang.J9VMInternals.verify(J9VMInternals.java:90) at java.lang.J9VMInternals.initialize(J9VMInternals.java:167) at org.apache.lucene.codecs.lucene40.Lucene40FieldInfosFormat.(Lucene40FieldInfosFormat.java:99) at org.apache.lucene.codecs.lucene40.Lucene40Codec.(Lucene40Codec.java:48) at java.lang.J9VMInternals.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1355) at org.apache.lucene.util.NamedSPILoader.reload(NamedSPILoader.java:62) at org.apache.lucene.util.NamedSPILoader.(NamedSPILoader.java:42) at org.apache.lucene.util.NamedSPILoader.(NamedSPILoader.java:37) at org.apache.lucene.codecs.Codec.(Codec.java:41) at java.lang.J9VMInternals.initializeImpl(Native Method) at java.lang.J9VMInternals.initialize(J9VMInternals.java:233) at org.apache.solr.core.SolrResourceLoader.reloadLuceneSPI(SolrResourceLoader.java:181) at org.apache.solr.core.SolrResourceLoader.(SolrResourceLoader.java:113) at org.apache.solr.core.SolrResourceLoader.(SolrResourceLoader.java:229) at org.apache.solr.core.CoreContainer.load(CoreContainer.java:421) at org.apache.solr.core.CoreContainer.load(CoreContainer.java:404) at org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:336) at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:98) at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.init(FilterInstanceWrapper.java:142) at com.ibm.ws.webcontainer.filter.WebAppFilterManager._loadFilter(WebAppFilterManager.java:566) at com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter(WebAppFilterManager.java:473) at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterIn