http://localhost:8081/solr/products/select?q={!join+from=category_id+to=category_id
fromIndex=categories v=$vk}*:*&vk=(sort= category_name+desc)
products( id, name, category_id);
categories( category_id, category_name)
order by desc|asc category_name
--
View this message in context:
http:/
700M what? Data size? Index size? Document count?
There's very little information to go on here. If it's 700M index
size, that's actually quite small by Solr standards.
This might help:
http://searchhub.org/2012/07/23/sizing-hardware-in-the-abstract-why-we-dont-have-a-definitive-answer/
Best,
E
Sorry, it is not clear what the issue actually is, what you tried to
do to solve it and where specifically you are stuck.
Please review http://wiki.apache.org/solr/UsingMailingLists , it will
help you to ask a better question and get a better answer. Start from
better subject once you reviewed the
Pls, Help me !
--
View this message in context:
http://lucene.472066.n3.nabble.com/Join-solr-tp4132615p4132625.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi all,
A problem .
http://localhost:8081/solr/products/select?q={!join%20from=category_id%20to=category_id%20fromIndex=categories}yyy
-yyy : &sort= category_name+desc
You have a query for problem. Help me
--
View this message in context:
http://lucene.472066.n3.nabble.com/Join-solr-tp4132
Hi Shawn
Thanks a lot. It is greatly helpful.
2014-04-23 0:43 GMT+08:00 Shawn Heisey :
> On 4/22/2014 10:02 AM, yypvsxf19870706 wrote:
>
>> I am curious of the influences when have more than 2G docs in a
>> core.And we plan to have 5g docs/core.
>>
>> Please give me some suggesti
So I have basic master/slave replication set up with Solr 4.1. After startup,
however, nothing happens.
${enable.master:false}
startup
commit
00:00:10
${enable.slave:false}
http://localhost:19081/solr/$
Hi,
Please, check using
...q={!join+to=cat_id+from=id+fromIndex=category}name:*...
Regards.
On Tue, Apr 22, 2014 at 3:37 AM, hungctk33 wrote:
> Hi . all. I has table
> Product (id, name, cat_id)
> Category (id, name);
>
> Select pro.id, pro.name, cat.name from Product as pro inner join Catego
Hi,
We have a solrcloud where we have one shard and four replicas.We know that
Solr will create an index backup when something happens inside solrcloud. So
data directory contains more than one index folders. like
snapshot.20130920231746353
index.20130712112751477
index.2013...
So after some
Hi,
I am setting up a SOLR cloud environment. I have 3 servers. Currently have
done a small POC setup with just one shard shared across the 3 nodes. Seems
to work well. But am concerned about the shards.
I have attached an image along with this. Pls check it and ignore the ones
which are either d
On 4/22/2014 10:02 AM, yypvsxf19870706 wrote:
I am curious of the influences when have more than 2G docs in a core.And
we plan to have 5g docs/core.
Please give me some suggestion about how to plan num of docs in a core ?
One Solr core contains one Lucene index. It can't be divided
Hi
I am curious of the influences when have more than 2G docs in a core.And we
plan to have 5g docs/core.
Please give me some suggestion about how to plan num of docs in a core ?
Thanks.
发自我的 iPhone
在 2014-4-22,12:30,Erick Erickson 写道:
> You're going to run into resource issues
Dears, I've installed solr cloud on two instances with -DnumShards=2
bootstrapped, created several collections on this cloud.
I want to add new instance to my cluster, so I created new instance and
create new collection with shard=shard3, but I noticed that the range for
this collection is invalid.
Thanks, Erick.
I wonder whether having multiple SolrClouds helps in this matter. If I have
5 SolrClouds, that will effectively boost the number of shards 5 times. Of
course this introduces issues when I need to aggregate results from
different SolrClouds.
Thanks,
Zhifeng
On Tue, Apr 22, 2014 at
I think I'm just misunderstanding the use of go-live. From mergeindexes
docs: "The indexes must exist on the disk of the Solr host, which may make
using this in a distributed environment cumbersome."
I'm guessing I'll have to write some sort of tool that pulls each completed
index out of HDFS and
Anyone have any thoughts on this?
In general, am I expected to be able to go-live from an unrelated cluster
of Hadoop machines to a SolrCloud that isn't running off of HDFS?
intput: HDFS
output: HDFS
go-live cluster: SolrCloud cluster on different machines running on plain
MMapDirectory
I'm back
You might also review: http://wiki.apache.org/solr/UsingMailingLists
You've given us almost no information to help us help you here.
Best,
Erick
On Tue, Apr 22, 2014 at 3:51 AM, Priti Solanki wrote:
> Hi friends,
>
> I have XML file of size 7.56 MB. I parse the XML and then feed it to Solr.
> B
On 4/22/2014 1:28 AM, Atanas Atanasov wrote:
> Just a clarification if someone decides to reproduce it:
> 1. 64 bit apache tomcat installation (7 or 8) -> solr 4.4 deployed, any JVM.
> 2. Create 1000 cores.
> 3. Restart Apache Tomcat.
> 4. Create 1 core.
>
> I hope I explained it well, if not just
Look at the server logs. They usually have more information. Like a
full exception trace.
Regards,
Alex.
Personal website: http://www.outerthoughts.com/
Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency
On Tue, Apr 22, 2014 at 5:51 PM, Priti Solanki wrote:
> Hi
Hi friends,
I have XML file of size 7.56 MB. I parse the XML and then feed it to Solr.
But with some reason I am getting following error
Query error. Reason: Bad Request
Please let me know how to resolve this error.
Regards
I've managed to solve this (in a quite hacky sort of way) by using filter
queries and the edismax queryparser.
I added in my solrconfig.xml the following parameters:
edismax
75%
Then when searching for multiple keywords (for example: schwarzkleid wenz,
where wenz is a german brand name)
Hi Amit,
could you tell me is this problem fix in Solr 4.6.0?
because i still having this problem or any suggestion?
please help.
thank you very much,
Chun.
--
View this message in context:
http://lucene.472066.n3.nabble.com/group-ngroups-behavior-in-response-tp4033924p4132473.html
Sent from
Hi Varun,
SolrCloud only uses zk to store configuration, not data. Each solr instance
will have its own data folder, and you'll need to sync the ExternalFileField
file to each one. I don't think you can do this with anything internal to Solr
at the moment - we've had clients use basic rsync t
I'm still having the same problem which is can not get ngroups when set
group.main=true.
Is this problem fix?
I'm usgin Solr 4.6.0
than you very much,
Chun.
--
View this message in context:
http://lucene.472066.n3.nabble.com/numFound-is-not-correct-while-using-Result-Grouping-tp4042766p41324
Hi to all,
I have some other information that might be useful. Installing previous
java did not work. The creation of a core does not take 20 minutes,
it seems that it happens right away but there is no response and looks
stuck. After I restart the apache tomcat
the core is there and working witho
what kind of suggester are you using? Does its index get rebuilt when you
reindex your data?
>From the analysis page at least I see, that you get a hit on Game, which is
lowercased to game.
On Thu, Apr 17, 2014 at 10:55 AM, Sunayana wrote:
> 1.My field definition:
>positionIncrementGap="100
26 matches
Mail list logo