Hi,
On trying to create a new schema.xml it shows the schema from the solr
console. I have created a new data file called details.xml and placed it in
the folder exampledocs. I have indexed just this one file from the command
prompt.
However,on my solr console in my query string when I query *:*
Maybe your Solr instance is somehow using a different collection directory?
In Web Admin's dashboard section, it shows the path to where it thinks the
instance is. Does it match to what you expected?
If it does, try deleting the core directory, restarting Solr and doing
indexing again. Maybe you
Hi Alex,
That is what I am suspecting too. Trying to remove the other files from the
exampledocs directory is not helping. After removing all files except the
details.xml also the results still show me data from the other files but
not my file.
I am making changes to the same path which is displa
Hi Team,
Pla stop the solr service.
--
Regards,
Veena Rani P N
Banglore.
9538440458
Hello!
Could you please write more about what you want to do? Do you need to
stop running Solr process. If yes what you need to do is stop the
container (Jetty/Tomcat) that Solr runs in. You can also kill JVM
running Solr, however it will be usually enough to just stop the
container.
--
Regards
I want to stop the mail
On Sun, Oct 27, 2013 at 4:37 PM, Rafał Kuć wrote:
> Hello!
>
> Could you please write more about what you want to do? Do you need to
> stop running Solr process. If yes what you need to do is stop the
> container (Jetty/Tomcat) that Solr runs in. You can also kill JVM
>
What would automation look like? How would an automated process "know" what
to do in these cases?
But I'm somewhat confused. On the one hand you say:
bq: type in 'r' I display both ring tone and ringtone in auto suggest list
Then mention stopwords "so that it doesn't get indexed". How do those
re
Hello!
Please look at the Solr user list section of
http://lucene.apache.org/solr/discussion.html on how to unsubscribe
from the list.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> I want to stop the mail
Well, synonyms can certainly do this, in fact
you're specifying the syntax for that substitution.
Do note that these are the _indexed_ values, not
the stored ones. So you'll still have the raw
text returned in the documents.
Best,
Erick
On Fri, Oct 25, 2013 at 7:10 PM, Developer wrote:
> I am
Hi friends,Iam giridhar.please clarify my doubt.
we are using solr for our project.the problem the solr is outside of our
project( in another folder)
we have to manually type java -start.jar to start the solr and use that
services.
But what we need is,when we run the project,the solr should be a
Hello!
If you really want to go embedded way, please look at
http://wiki.apache.org/solr/EmbeddedSolr
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> Hi friends,Iam giridhar.please clarify my doubt.
> we a
If I get it right, Solr can store its data files on HDFS but it will not
use map reduce to process the data (e.g. evaluating queries).
I was wondering whether Solr could utilize the Hadoop job distribution
mechanism to utlize resources better.
On the otherhand, maybe this is not needed with the ava
Yeah replicate to a DR site would be good too.
Bill Bell
Sent from mobile
> On Oct 24, 2013, at 6:27 AM, yriveiro wrote:
>
> I'm wondering some time ago if it's possible have replicas of a shard
> synchronized but in an state that they can't accept queries only updates.
>
> This replica in
Hi,
I just installed Nutch 1.7 and latest Solr 4.5.1 successfully.
But I got the error when execute the crawl script
(./bin/crawl urls/seed.txt TestCrawl http://localhost:8080/solr/ 2)
The error is occured on Solr Indexer step.
Following the error on hadoop.log:
2013-10-28 06:16:59,815 WARN map
Additional info:
- I use Tomcat 7.0.42
- Following are Tomcat/catalina's log when nutch failed on Solr index
process. It replies "404 error":
10.1.160.40 - - [28/Oct/2013:08:50:02 +0700] "POST
/solr/update?wt=javabin&version=2 HTTP/1.1" 404 973
10.1.160.40 - - [28/Oct/2013:08:50:02 +0700] "POST
/
I am working at implementing solr to work as the search backend for our web
system. So far things have been going well, but today I made some schema
changes and now things have broken.
I updated the schema.xml file and reloaded the core (via the admin
interface). No errors were reported in the l
Can you do queries? Maybe the default collection was somehow not setup and
you need to provide collection name explicitly. What endpoints does admin
interface use when you do a query?
Regards,
Alex.
Personal website: http://www.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrer
How so you start your another project ? If it is maven or ant then you can
use anturn plugin to start solr . Otherwise you can write a small shell
script to start solr ..
On 27-Oct-2013 9:15 PM, "giridhar" wrote:
> Hi friends,Iam giridhar.please clarify my doubt.
>
> we are using solr for our pr
Depends One core one schema file ... One solrconfig.xml .
So if you want only one core then put all required fields of both search in
one schema file and carry out your searches Otherwise make two cores
having two schema file and perform searches accordingly ...
On 27-Oct-2013 7:22 AM, "
HI Hoss,
I try to change the default field search to text. But now it still search
only the first word. You can give me more suggest.
Thanks.
-
Phat T. Dong
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-search-in-case-the-first-keyword-are-not-index-tp4097699p4098
Lol ... Unsubscribe from this mailing list .
On 27-Oct-2013 5:02 PM, "veena rani" wrote:
> I want to stop the mail
>
>
> On Sun, Oct 27, 2013 at 4:37 PM, Rafał Kuć wrote:
>
> > Hello!
> >
> > Could you please write more about what you want to do? Do you need to
> > stop running Solr process. If
Hi,
Try using facet.query on each part, you will get the number of total hits
for every OR.
If you need this info per document, the answers might appear when
specifying debug query=true.. If that info is useful, try adding
"[explain]" to fl param (probably requires registering the augmenter plugin
Try this:
http://hokiesuns.blogspot.com/2010/01/setting-up-apache-solr-in-eclipse.html
I use this today and it still works. If anything is outdated (as it's a
relatively old post) let me know.
I wrote this so ping me if you have any questions.
Thanks
Amit
On Sun, Oct 27, 2013 at 7:33 PM, Amit A
Hi all,
I have been using Solr for years but never really stopped to wonder:
When using the dismax/edismax handler, when do you have the qf different
from the pf?
I have always set them to be the same (maybe different weights) but I was
wondering if there is a situation where you would have a fi
Hi Alex,
I can do a common queries.
Below are the json result for "*:*" query:
{
"responseHeader": {
"status": 0,
"QTime": 0,
"params": {
"indent": "true",
"q": "*:*",
"_": "1382938341864",
"wt": "json"
}
},
"response": {
"numFound": 0,
"start
On 28 Oct 2013, at 01:19 , Bayu Widyasanyata wrote:
> request: http://localhost:8080/solr/update?wt=javabin&version=2
I think this url is incorrect: there should be a core name between "solr" and
"update".
On Mon, Oct 28, 2013 at 1:26 PM, Raymond Wiker wrote:
> > request: http://localhost:8080/solr/update?wt=javabin&version=2
>
> I think this url is incorrect: there should be a core name between "solr"
> and "update".
>
I changed th SolrURL on crawl script's option to:
./bin/crawl urls/seed.txt T
27 matches
Mail list logo