Are indexes for different fields maintained separately, I mean if I have
two text fields both indexed separately within a schema, each of them would
have its own set of indexes, so that if I one field's index is quite bigger
it doesn't affect anyhow another unless I use both of the fields together
Are indexes for different fields maintained separately, I mean if I have
two text fields both indexed separately within a schema, each of them would
have its own set of indexes, so that if I one field's index is quite bigger
it doesn't affect anyhow another unless I use both of the fields in one
qu
Which version of Solr and what kind of SQL errors? There were some bugs in
4.x related to last_index_time, but it does not sound related.
Regards,
Alex.
Personal website: http://www.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality of nature tha
Here is my DIH config:
I am having trouble with delta import. I think it is because the main
entity and the sub-entity use different data source. I have tried using
both a delta query:
deltaQuery=
Well, if you have some good ideas, we'd all love to
see what it would look like. If you have the time please
add the videos and post the link...
And, this is really the Java Solr forum. Perhaps you'd
have more luck with the solrnet forum,
Best,
Erick
On Sat, Oct 5, 2013 at 11:26 AM, Kishan Parma
First, it's rather unlikely that very many docs have the exact same
score, but I have seen it happen.
Second, you can specify sort by function using a bunch of
manipulations available
on the int field.
Best,
Erick
On Fri, Oct 4, 2013 at 4:52 PM, user 01 wrote:
> I need to sort documents returne
the copyField directive handles glob patterns as the source, did you try that?
Best,
Erick
On Thu, Oct 3, 2013 at 10:49 PM, Darniz wrote:
> i am assuming there is no solution or i have to handle it at index time.
>
> Any solr experts please
>
>
>
> --
> View this message in context:
> http://lu
>From my perspective, your question is almost impossible to
answer, there are too many variables. See:
http://searchhub.org/dev/2012/07/23/sizing-hardware-in-the-abstract-why-we-dont-have-a-definitive-answer/
Best,
Erick
On Thu, Oct 3, 2013 at 9:38 PM, Otis Gospodnetic
wrote:
> Hi,
>
> More CPU
It's really unclear what you want here. First you say
"Now I want to select all patients that have no image"
Then you say
" I get all patients because every patient
has an empty image_imgid field"
Then you say
" I only want to recive Gary Walker as a result"
What is it you really want here?
Bes
Consider implementing a special field that of the form
accentfolded|original
For instance, you'd index something like
ecole|école
ecole|école privée
as _terms_, not broken up at all.
Now, when you send something to the suggester you send just
"eco" or "éco" you fold them to "eco" too and get back
You have to supply lots more information for anyone to help you. Please review:
http://wiki.apache.org/solr/UsingMailingLists
Best,
Erick
On Tue, Oct 1, 2013 at 7:13 AM, Mamta Alshi wrote:
> Hi,
>
> My problem is i am not able to run the sample examples given in solr .i
> cannot run them thr
I can attach the full log of the process if you want.
--
Yago Riveiro
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
On Sunday, October 6, 2013 at 12:12 AM, Yago Riveiro wrote:
> The error in log are:
>
> ERROR - 2013-10-05 21:06:22.997; org.apache.solr.common.SolrException;
> org.a
The error in log are:
ERROR - 2013-10-05 21:06:22.997; org.apache.solr.common.SolrException;
org.apache.solr.common.SolrException: splitshard the collection time out:300s
ERROR - 2013-10-05 21:06:22.997; org.apache.solr.common.SolrException;
null:org.apache.solr.common.SolrException: splitshard
Using a single node Solr instance, I need to search for, lets say,
electronics items & grocery items. But I never want to search both of them
together. When I search for electrnoics I don't expect a grocery item ever
& vice versa.
Should I be defining both these document types within a single sche
I don't have the log, the rotation log file is configured to only 5 files with
a small size, I will reconfigured to a high value and retry the split again.
--
Yago Riveiro
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
On Saturday, October 5, 2013 at 4:54 PM, Shalin Shekhar Mangar wro
On Sat, Oct 5, 2013 at 8:37 PM, Yago Riveiro wrote:
> How I can see the logs of the parent?
>
> They are stored on solr.log?
>
Yes.
--
Regards,
Shalin Shekhar Mangar.
hi every one
i am using solrnet in my system
but there is no videos form solrnet on youtube or any other site
so plz put some solrnet tutorials on youtube ...
and put some useful videos for solrnet
Regards,
Kishan Parmar
Software Developer
+91 95 100 77394
Jay Shree Krishnaa !!
How I can see the logs of the parent?
They are stored on solr.log?
--
Yago Riveiro
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
On Saturday, October 5, 2013 at 3:59 PM, Shalin Shekhar Mangar wrote:
> I'm pretty sure the split has failed. What do you see in the parent leader
> log
THANKS.
Regards,
Kishan Parmar
Software Developer
+91 95 100 77394
Jay Shree Krishnaa !!
I'm pretty sure the split has failed. What do you see in the parent leader
logs?
On Sat, Oct 5, 2013 at 8:25 PM, yriveiro wrote:
> Hi,
>
> Yesterday I did a SPLITSHARD operation on one of my shards (50G size),
> today
> the cluster state says that the children are in "construction" state and
>
Hi,
Yesterday I did a SPLITSHARD operation on one of my shards (50G size), today
the cluster state says that the children are in "construction" state and the
parent is active.
Is it not supposed that the parent becomes to inactive state and the new 2
shards becomes to active state?
An split take
"frange" (function range) is what you are looking for.
http://yonik.com/posts/ranges-over-functions-in-solr-1-4/
-Yonik
http://lucidworks.com
On Fri, Oct 4, 2013 at 10:21 AM, SandroZbinden wrote:
> Is there a way to use the function return value for a range query
>
> For example: I have two pr
Could you explain us what is error?
2013/10/5 paul brickell
> How do I 'get rid of it entirely'?
>
Hi Kamaci,
I am doing a project on Solr using all the features of it,I have started
implementing a few of them.But I need Data flow diagrams,UML diagrams not
only to learn but also to present,so if you can in anyway provide your
class-diagram,it will be helpful to work further on Solr.
Also I have
How do I 'get rid of it entirely'?
October 2013, Apache Solr™ 4.5 available
The Lucene PMC is pleased to announce the release of Apache Solr 4.5
Solr is the popular, blazing fast, open source NoSQL search platform
from the Apache Lucene project. Its major features include powerful
full-text search, hit highlighting, faceted search
I can suggest you two resources.
First one is that:
http://www.cominvent.com/2011/04/04/solr-architecture-diagram/
Second one is that: https://issues.apache.org/jira/browse/LUCENE-2412
Once a time ago I've asked a similar question and learned that these are
the current diagrams for Solr. After th
I Also neet this plz send us some uml or er-diagram for solr ..,.,..
or any documentation foe solr
Regards,
Kishan Parmar
Software Developer
+91 95 100 77394
Jay Shree Krishnaa !!
For geospatial search, I need to filter out all points outside of certain
radius from a certain point. No need for precise results, Approximation
will work for me! No sorting is required either. I see there are two
Spatial impls: LatLonType & SpatialRecursivePrefixTreeFieldType. But I am
sure which
The Lucene PMC is pleased to announce the release of the Apache Solr Reference
Guide for Solr 4.5.
This 338 page PDF serves as the definitive users manual for Solr 4.5.
The Solr Reference Guide is available for download from the Apache mirror
network:
https://www.apache.org/dyn/closer.cgi/luce
> > Now I am able to create cores, but new cores don't have their own
> > config file. Is this intended behavior? I haven't found much
> > documentation for these features.
> >
> > I think I miss something basic here. Is it really normal, that no
> > configuration files are being created when creat
Thank you very much Jack.
I will take a look at this.
Bests Sandro
--
View this message in context:
http://lucene.472066.n3.nabble.com/Use-function-return-value-for-range-queries-tp4093499p4093579.html
Sent from the Solr - User mailing list archive at Nabble.com.
32 matches
Mail list logo