HI Gora,
Actually presently i am creating index in which document information is used
for indexing but now i want to create index where no document is used, I
want to know that whether this is done by same schema for indexing or we
have to create separate schema . presently when we create index wi
On 17 June 2012 11:13, robinsolr wrote:
> I want o create index for the information without document what we have to
> do.please sort out this problem
What does that mean. Please explain in further detail,
as an index without a document seems absurd. Do you
mean that you have the informat
I want o create index for the information without document what we have to
do.please sort out this problem
--
View this message in context:
http://lucene.472066.n3.nabble.com/to-create-index-for-the-data-without-document-tp3989994.html
Sent from the Solr - User mailing list archive at Nab
thank you Michael.
On Jun 16, 2012, at 6:40 PM, Michael Ryan wrote:
> Try changing the tokenizer2 SynonymFilterFactory filter to this:
>
> ignoreCase="false" expand="true"
> tokenizerFactory="solr.KeywordTokenizerFactory"/>
>
> By default, it seems that it uses WhitespaceTokenizer.
>
> -Mich
Can you tell us more about how you ran the second server? Is this an
independent installation or is it the same installation as your first
server just starting with a different port?
Because this is very strange. It half feels like there are conflicting
jars somewhere in your path, but that's a gu
Hmmm, there's not much information to go on here. What were you trying to do?
What version of Solr are you using? What does the rest of the stack trace
look like?
You might review: http://wiki.apache.org/solr/UsingMailingLists
Best
Erick
On Sat, Jun 16, 2012 at 1:58 AM, robinsolr wrote:
> Hi Al
Try changing the tokenizer2 SynonymFilterFactory filter to this:
By default, it seems that it uses WhitespaceTokenizer.
-Michael
Hi
I have the following 2 field types
The problem I am seeing is if I have an entry as this in the "synonyms.txt" file
helping h
I have recently started getting the error pasted below with solr-3.6 on
/select queries. I don't know of anything that changed in the config to
start causing this error. I am also running a second independent solr server
on the same machine, which continues to run fine and has the same
configuratio
Well, since solr is running under Tomcat, I would assume it inherits the
rights from it. Now question is, what are the rights the Tomcat runs with
under Windows?
On the windows shell: in Win 7 for exampe in order to perform Admin level
changes you need to start it under Admin.
Dmitry
On Sat, Jun
On Sat, Jun 16, 2012 at 5:59 PM, 12rad wrote:
> Hi,
>
> I'm new to SolrJ.
Hi and welcome!
> Here I are the steps I followed to write an application to index pdf
> documents to fresh solr3.6
>
> 1 -In Schema.xml:
> I added the fields I wanted indexed and changed stored = true.
>
> 2 - Started Sol
Just googled and found that this facility is available in DSE search. I
don't know much about DSE but pasting the link here if someone can
get benefit from it.
http://www.datastax.com/docs/datastax_enterprise2.0/search/dse_search_cluster#updating-individual-fields-in-a-solr-document
On Sat, Jun
Hi,
I'm new to SolrJ.
Here I are the steps I followed to write an application to index pdf
documents to fresh solr3.6
1 -In Schema.xml:
I added the fields I wanted indexed and changed stored = true.
2 - Started Solr using java -jar start.jar from the /example dir in Solr 3.6
3- In my applicat
Atomic update is a very new feature coming in 4.0 (i.e. grab a recent
nightly build to try it out).
It's not documented yet, but here's the JIRA issue:
https://issues.apache.org/jira/browse/SOLR-139?focusedCommentId=13269007&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#com
I'm already downloading the document and updating it with all the changes. I
thought it had an easier way to do it.
Thanks for the information, Michael Della Bitta.
Thiago de Sousa Silveira
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-update-one-field-without-losin
There's no current provision for this. I would suggest downloading the
document, making your changes, and uploading the document again.
Michael Della Bitta
Appinions, Inc. -- Where Influence Isn’t a Game.
http://www.appinions.com
On Sat, Jun 16,
Hi people,
I'm trying to update one field of my solr database, but I update all the
others fields. For example, if I have a record with the following fields id,
name, address and phone and I try to update just id and address, the name
and the phone vanishes. Is there any way to keep those fields i
Thanks Sami. Has anybody had any need to explicitly set the connection
timeout? Just trying to understand how folks use it.
Thanks.
On Fri, Jun 15, 2012 at 7:01 PM, Sami Siren wrote:
> The api doc for version 3.6.0 is available here:
>
> http://lucene.apache.org/solr/api/org/apache/solr/client/
18 matches
Mail list logo