Thanks for replying !
This is my Schema.xml.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Problem-when-i-m-trying-to-search-something-tp4135045p4135427.html
Sent from the Solr - User mailing list archive at Nabble.com.
Copying.
Community: Looking forward for your response.
-- Forwarded message --
From: Vineet Mishra
Date: Mon, May 12, 2014 at 5:57 PM
Subject: Re: Inconsistent response from Cloud Query
To: solr-user@lucene.apache.org
Hi Shawn,
There is no recovery case for me, neither the comm
On 12 May 2014 22:52, helder.sepulveda wrote:
> Here is the data config:
>
>
>
>
>
> url="http://slszip11.as.homes.com/solr/select?q=*:*";
> processor="XPathEntityProcessor"
> forEach="/response/result/doc"
> trans
Check out HDS from Heliosearch - it comes packaged with Tomcat, ready to go:
http://heliosearch.com/download.html
-- Jack Krupansky
-Original Message-
From: Aman Tandon
Sent: Monday, May 12, 2014 8:23 AM
To: solr-user@lucene.apache.org
Subject: Re: Easises way to insatll solr cloud wi
NO reply from anybody..seems strange ?
On Fri, May 9, 2014 at 9:47 AM, Kamal Kishore
wrote:
> Any updates guys ?
>
>
> On Thu, May 8, 2014 at 2:05 PM, Kamal Kishore > wrote:
>
>> Dear Team,
>>
>> I have two solr cores. One containing products information and second has
>> customers points. I am
Hi,
We have a couple of Solr servers acting as master and slave, and each
server have the same amount of cores, we are trying to configure the
solrcore.properties so that an script is able to add cores without
changing the solrcore.properties using a hack like this:
enable.master=false
enabl
Hi,
Re:
> we have suffered several issues which always seem quite problematic to
resolve.
Try grabbing the latest version if you can. We identified a number of
issues in older SolrCloud versions when working on large client setups with
thousands of cores, but a lot of those issues have been fixe
Hi,
I'd like to be added to the contributors group. My wiki username is gireesh
Thanks
Gireesh
Hi Ahmet,
thank you for your response... yes I think I need tika to do these job,
using it like an OCR.
I was trying to go deep inside it as yet.
Any other suggestion from the group is welcome.
Regads,
Mauro
On Sun, May 11, 2014 at 2:34 PM, Ahmet Arslan wrote:
>
>
>
> Hi,
>
> Solr/lucene only
Hi All
I have a following field settings in solr schema
Exact_Word*" omitPositions="true"
termVectors="false" omitTermFreqAndPositions="true" compressed="true"
type="string_ci" multiValued="false" indexed="true" stored="true"
required="false" omitNorms="true"/>
As you can see Exact_Email h
Shawn-
Thanks much. Icon ideas have been recorded.
-Jim
On 5/11/2014 10:39 AM, Shawn Heisey wrote:
On 5/10/2014 6:35 PM, Jim Martin wrote:
Please add me the ContributorsGroup; I've got some Solr icons I'd
like to suggest to the community. Perhaps down the road I can contribute
more. I'm
Any updates guys ?
On Thu, May 8, 2014 at 2:05 PM, Kamal Kishore
wrote:
> Dear Team,
>
> I have two solr cores. One containing products information and second has
> customers points. I am looking at solr join to query on first product core
> & boost the results based on customer points in second
As noted by others: you should definitely look into sharding your index --
fundementally there is no way to have that many documents in a single
Lucene index.
However: this is a terrible error for you to get, something in the stack
should have really given you an error when you tried to add th
On 5/12/2014 10:11 AM, helder.sepulveda wrote:
> I been trying to index data from other solr servers but the import always
> shows:
> Indexing completed. Added/Updated: 0 documents. Deleted 0 documents.
> Requests: 1, Fetched: 0, Skipped: 0, Processed
I'm wondering why you're using the XPathEntity
If you are sure about this, can you file a JIRA issue?
--
Mark Miller
about.me/markrmiller
On May 12, 2014 at 8:50:42 PM, lboutros (boutr...@gmail.com) wrote:
Dear All,
we just finished the migration of a cluster from Solr 4.3.1 to Solr 4.6.1.
With solr 4.3.1 a node was not considered as ac
One of the hard-core Lucene guys is going to have to help you out. Or you
may have to write some custom code to fix the index for any such shard. If
you have deleted any documents, it may be sufficient to simply optimize the
index.
-- Jack Krupansky
-Original Message-
From: yamazaki
Probably because we answered a nearly identical request yesterday. It had items
in one core and counts in a different. Please read all the responses to this
e-mail.
http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201405.mbox/browser
Specifically, these responses:
http://mail-archives
Hi,
Is there any way to run self-contained JUnit tests for say a Solr dependent
class where it doesn't depend on Solr being up and running at
localhost:8983 ? I have a collection etc. setup on the Solr server.
Is it possible to mockit with an EmbeddedSolr easily with a @Before or
@BeforeClass an
Wondering if anyone else has this issue?
We have a grouping field which we defined as an integer; when we run a query
grouping on that field it works fine in a non-cloud configuration, but when we
try the same query in a SolrCloud configuration with multiple shards, we get
the following error:
Hello O,
It seems to me (but it's better to look at the heap histogram) that
buffering sub-entities in SortedMapBackedCache blows heap off.
I'm aware about two directions:
- use file based cache instead. I don't know exactly how it works, you can
start from https://issues.apache.org/jira/browse/SOL
Thanks Walter yeah we are now trying to use the external file field as
mentioned by you.
On May 12, 2014 11:11 PM, "Walter Underwood" wrote:
> Top management has given requirements that force a broken design. They are
> requiring something that is impossible with Solr.
>
> 1. Flatten the data. Yo
Oh my! I see what your problem is, but I rather doubt that it'll be
addressed. You've obviously been stress-testing the indexing process
and have a bunch of garbage left over that's not getting removed on
optimize. But it's such a unique case that I don't know if anyone is
really interested in fixi
Thanks Yonik and Chris for the the brief explanation. Me too was unknown
about the behavior of query parser.
Yonik can you help that how can i learn deeply about the query parsers and
how to gain expertise in debug query.
With Regards
Aman Tandon
On Wed, May 7, 2014 at 12:35 AM, Yonik Seeley
Hello all!
I have been using solr for a few days, but I still don't understand, how can
I get direct link to open the document i'm looking for.
I tried to do that, but the only information I can retrieve from the Json
result from Solr is ID, Name, Modified date ...
well, I'm working on android
Hi Furkan,
If I were to guess, the XML format is more cross-compatible with different
versions of SolrJ. But it might not be intentional.
In any case, feeding your SolrServer a BinaryResponseParser will switch it
over to javabin.
Michael Della Bitta
Applications Developer
o: +1 646 532 3062
a
Hi jack
Please have a look at this
I have a following field settings in solr schema
As you can see Exact_Word has the KeywordTokenizerFactory and that should
treat the string as it is.
Following is my responseHeader. As you can see I am searching my string
only in the filed Exact_Word
On 5/13/2014 12:46 PM, Vijay Balakrishnan wrote:
> Is there any way to run self-contained JUnit tests for say a Solr dependent
> class where it doesn't depend on Solr being up and running at
> localhost:8983 ? I have a collection etc. setup on the Solr server.
>
> Is it possible to mockit with an
Check out http://heliosearch.com/download.html
It is a distribution of Apache Solr packaged with Tomcat.
I have found it simple to use.
Matt
-Original Message-
From: Aman Tandon [mailto:amantandon...@gmail.com]
Sent: Monday, May 12, 2014 6:24 AM
To: solr-user@lucene.apache.org
Subject
Hi,
I am trying to join across multiple cores using query time join. Following
is my setup
3 cores - Solr 4.7
core1: 0.5 million documents
core2: 4 million documents and growing. This contains the child documents
for documents in core1.
core3: 2 million documents and growing. Contains records from
I do have basic coverage for that filter (and all other filters) and the
parameter values in my e-book:
http://www.lulu.com/us/en/shop/jack-krupansky/solr-4x-deep-dive-early-access-release-7/ebook/product-21203548.html
That said, are you sure you want to be using the payload feature of Lucene?
Solr version: 4.2.1
I'm creating a collection via Java using this function call:
String collection = "profile-2";
CoreAdminRequest.Create createRequest = new CoreAdminRequest.Create();
createRequest.setCoreName(collection);
createRequest.setCollection(collection);
createRequest.setInstanceD
You really have to provide more detail here.
bq: Moreover, solr is not allowing to get data from both the core.
What do you mean? the second core is unavailable? Solr joins
do not return data from the "from" table. I really suggest you
try denormalizing the data first, don't try to use Solr like
32 matches
Mail list logo