Is this SolrCloud or single Solr Instance?
On Jan 2, 2015 3:44 PM, wrote:
> Happy New Year Everyone :)
>
> I am trying to automatically generate document Id when indexing a csv
> file that contains multiple lines of documents. The desired case: if the
> csv file contains 2 lines (each line is a d
Shawn,
When running SolrCloud do you even have to include the shards parameter
,shouldnt only shards.qt parameter suffice?
On Dec 30, 2014 7:17 PM, "Shawn Heisey" wrote:
> On 12/30/2014 5:03 PM, Charles Sanders wrote:
> > Thanks for the suggestion.
> >
> > I did not do that originally because th
Dec 29, 2014 12:49 AM, "Jack Krupansky" wrote:
> You can also use group.query or group.func to group documents matching a
> query or unique values of a function query. For the latter you could
> implement an NLP algorithm.
>
>
> -- Jack Krupansky
>
> On Sun, Dec
Thanks Aman, the thing is the bookName field values are not exactly
identical , but nearly identical , so at the time of indexing I need to
figure out which other book name field this is similar to using NLP
techniques and then put it in the appropriate bag, so that at the retrieval
time I only ret
Thanks Erik, I followed this approach.
On Tue, Dec 9, 2014 at 4:21 AM, Erik Hatcher wrote:
> Boosting will need to be done off an indexed field. But maybe rather than
> indexing the url value, maybe index another new hasImage field as a boolean
> true. No need to index the false values even.
output
> won’t be available until the indexing is actually occurring, which is too
> late for routing purposes. And that means you can’t ensure that subsequent
> re-feeds of the same thing will overwrite the old values since you can’t make
> sure they get routed to the same s
Sorry,its actually doctorUrl, so I dont want to use doctorUrl as a lookup
mechanism because urls can have special characters that can caise issue
with Solr lookup.
I guess I should rephrase my question to ,how to auto generate the unique
keys in the id field when using SolrCloud?
On Nov 12, 2014
Eirck,
I meant having a replication factor of 1 in SolrCloud would not be
scalable, I ended up using a replication factor of 1 , because of the
disjoint replicas issue for replication factor greater than 1 , that I
mentioned previously in the other email thread.
Are you saying that a SolrCloud cl
Can you share your configuration with us ? have you modified the Solr
source code in anyway?
On Thu, Jun 26, 2014 at 1:06 AM, Aman Tandon
wrote:
> Hi,
>
> We are getting the results for the query but the spellchecker component is
> returning 500. Please help us out.
>
> *query*: http://localhos
>
> 3) Did you declare any custom object types in the solr-config.xml i.e.
> other than , , etc.
>
>
> On Sun, Jun 8, 2014 at 7:42 PM, Meraj A. Khan wrote:
>
> > I hane gone with approach #2 to avoid latency issues as well,
> specifically
> > for spellcheck re
I hane gone with approach #2 to avoid latency issues as well, specifically
for spellcheck related functionality.I have not gone onto to SolrCloud yet
,so I cannot comment on the distributed search part.
On Jun 8, 2014 10:38 PM, "Phanindra R" wrote:
> Hi,
>
> We have decided to migrate from Lucene
This looks distinctly related to
https://issues.apache.org/jira/browse/SOLR-4408 , try coldSearcher = true
as being suggested in JIRA and let us know .
On Fri, Jun 6, 2014 at 2:39 PM, Jean-Sebastien Vachon <
jean-sebastien.vac...@wantedanalytics.com> wrote:
> I would try a thread dump and check
12 matches
Mail list logo