I haven't modified any schema or config. I am going to do it all over...clean
install.
I tried with 3.6 and I have the same issue.
I am going to try with 4.x one more time, its been painful, I am so excited
to use Solr for my project, and seems I am stuck on the basics.
Thanks
Rajesh
--
Vie
http://localhost:8983/solr/#/~cloud
I get the 404 error
Loading of undefined failed with HTTP-Status 404
I am using the nightly build, apache-solr-4.0-2012-05-15_08-20-37
Thanks
Rajesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-4-0-How-do-I-enable-JSP-support-tp
Hi
I have tried with the latest nightly build
apache-solr-4.0-2012-05-15_08-20-37
I am trying on a Windows 64 bit OS, I believe you have tested this on the
LINUX box (based on the shell script)
Not sure what I am missing, but the doesn't seem to work:
I have changed the URL to just call the upd
Hi
I have tried with the latest nightly build
apache-solr-4.0-2012-05-15_08-20-37
I am trying on a Windows 64 bit OS, I believe you have tested this on the
LINUX box (based on the shell script)
Not sure what I am missing, but the doesn't seem to work:
I have changed the URL to just call the upd
java -jar start.jar -OPTIONS=jsp
What is SolrCloud...sorry newbie to Solr.
Thanks
Rajesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-4-0-How-do-I-enable-JSP-support-tp3983763p3984195.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
No. Changing to name:monsters didn't work
Here is my guess, the UpdateJSON is not adding any new documents to the
existing index.
The document count remains the same after I call the UpdateJSON.
I am new to Solr, my guess is that if there is some underlying schema that
dictates what can
Hi
Firstly, apologies for the long post, I changed the quote to double quote
(and sometimes it is messy copying from DOS windows)
Here is the command and the output on the Jetty Server Window. I am
highlighting some important pieces,
I have enabled the LOG LEVEL to DEBUG on the JETTY window.
Yonik
You are the best !!!
Yes, as soon as I changed the "Content-type:application/json" it worked.
Now I can see all my updates to the book category.
I am ready to roll, thanks for the patience and help.
regards
Rajesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/U
I am using the commit parameter waitFlush, and seems it throws an exception
in 4.0
I am not sure what is the purpose of this parameter and whether it is
required or not
SEVERE: org.apache.solr.common.SolrException: Unknown commit parameter
'waitFlush'
at
org.apache.solr.handler.RequestHan
Hi
I am trying to post JSON Data to Solr using XHR / JQuery and it doesn't seem
to work. I don't get any exception on the jetty console. Has anyone tried
this before and are their any obvious gotchas in my code.
Here is my code snippet
$(document).ready(function(){
var url='http://localhost:89
Hi
I am building web app/mobile app, where users can update information
frequently and there is a search function to quick search the information
using different types of searches.
Most of the data is going to be posted in JSON Format and stored in JSON
format
I have a few questions on the arch
Hi
I am building web app/mobile app, where users can update information
frequently and there is a search function to quick search the information
using different types of searches.
Most of the data is going to be posted in JSON Format and stored in JSON
format
I have a few questions on the arch
Hi Jack
Thanks for the information. I do have multi-level nesting of JSON data.
So back to my questions, apologize for repeating...
1. Should I use MongoDB to store the JSON documents, or does Solr natively
store the documents in the data directory
2. Does Solr require a specific schema for
Hi
This is a sample schema, but it can be more nested as I build the app. As
more students enroll, or more classes are added, it will grow.
colleges
[
"college":
{
"id" : "college Id"
"classes":
Hi Gora,
I am working on a Mobile App, which is updating/accessing/searching data and
I have created a simple prototype using Solr and the Update JSON / Get JSON
functions of Solr.
I came across some discussion on MongoDB and how it natively stores JSON
data, and hence as I was looking at scala
15 matches
Mail list logo