auto complete search - slow response

2019-07-22 Thread Satya Marivada
ng for any recommendations? Thanks, Satya

Re: Re: obfuscated password error

2019-03-20 Thread Satya Marivada
e=$SOLR_SSL_CLIENT_TRUST_STORE \ -Djavax.net.ssl.trustStorePassword=$SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD" else SOLR_SSL_OPTS+=" -Djavax.net.ssl.keyStore=$SOLR_SSL_KEY_STORE \ -Djavax.net.ssl.keyStorePassword=$SOLR_SSL_KEY_STORE_PASSWORD \ -Djavax.net.ssl.trustStore=$SOLR_SSL

Re: Re: obfuscated password error

2019-03-20 Thread Satya Marivada
sl.trustStorePassword=$SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD" else SOLR_SSL_OPTS+=" -Djavax.net.ssl.keyStore=$SOLR_SSL_KEY_STORE \ -Djavax.net.ssl.keyStorePassword=$SOLR_SSL_KEY_STORE_PASSWORD \ -Djavax.net.ssl.trustStore=$SOLR_SSL_TRUST_STORE \ -Djavax.net.ssl.trustSto

Re: Re: obfuscated password error

2019-03-19 Thread Satya Marivada
has been generated for this environment and it worked fine. So basically the keystore is good as well except that there is some conflicting property which is not letting it do deobfuscation right. Thanks, Satya On Mon, Mar 18, 2019 at 2:32 PM Branham, Jeremy (Experis) < jb...@allstate.com>

Re: Re: obfuscated password error

2019-03-19 Thread Satya Marivada
It has been generated with plain password. Same in other environments too, but it works in other environments. Thanks, Satya On Mon, Mar 18, 2019, 10:42 PM Zheng Lin Edwin Yeo wrote: > Hi, > > Did you generate your keystore with the obfuscated password or the plain > text password?

Re: obfuscated password error

2019-03-18 Thread Satya Marivada
Any suggestions please. Thanks, Satya On Mon, Mar 18, 2019 at 11:12 AM Satya Marivada wrote: > Hi All, > > Using solr-6.3.0, to obfuscate the password, have used jetty util to > generate obfuscated password > > > java -cp jetty-uti

obfuscated password error

2019-03-18 Thread Satya Marivada
java:236) at sun.security.jca.GetInstance.getInstance(GetInstance.java:164) at javax.net.ssl.SSLContext.getInstance(SSLContext.java:156) Thanks, Satya

How to estimate Java Heap Requirement for solr.

2019-01-24 Thread Satya Nand kanodia
Hi, I have a Solr instance having 6 cores. I have given -Xms1024m -Xmx16g heap memory to it. *Cores have the following number of documents in it.* 1. 86,31,043 2. 6,59,61,263 3. 4,55,31,492 4. 21,10,087 5. 1,14,477 6. 33,397 *I have following cache configuration.* My question is if t

Re: error on health check from command line

2018-07-10 Thread Satya Marivada
Additional information: Using solr-6.3.0 Also tried, no luck: ./bin/solr healthcheck -c poi -z host1:2181,host2:2181,host3:2181 SOLR_AUTH_TYPE=“basic” SOLR_AUTHENTICATION_OPTS="-Dbasicauth=username:password" On Tue, Jul 10, 2018 at 9:09 AM Satya Marivada wrote: > Hi, > >

error on health check from command line

2018-07-10 Thread Satya Marivada
code=401 Thanks, Satya

Re: some solr replicas down

2018-06-20 Thread Satya Marivada
recently and was working fine earlier. So would get this issue fixed and hope everything falls in place. Yes, there are some other errors that there is a javabin character 2 expected and is returning 60 which is "<" . Thanks, Satya On Tue, Jun 19, 2018 at 8:01 AM Chris Ulicny wr

some solr replicas down

2018-06-18 Thread Satya Marivada
happened even before the repllicas went down. 2018-06-18 04:45:51.818 ERROR (qtp1528637575-27215) [c:poi s:shard1 r:core_node5 x:poi_shard1_replica3] o.a.s.s.PKIAuthenticationPlugin Invalid key request timestamp: 1529297138215 , received timestamp: 1529297151817 , TTL: 5000 Thanks, Satya

Re: inconsistent results

2018-05-03 Thread Satya Marivada
;re clearing the index first on the > assumption that you're replacing the same docs each time > > One solution people use is to index to a "dark" collection, then use > collection aliasing to atomically switch when the job is done. > > Best, > Erick > > &g

inconsistent results

2018-05-03 Thread Satya Marivada
completed, it serves the consistent and right number of documents that it has indexed from the database. Any suggestions on this. Also solr writes to the same location as current index during re-indexing. Could this be the cause of concern? Thanks, Satya

solr index replace with index from another environment

2017-08-28 Thread Satya Marivada
/questions/45158394/replacing-old-indexed-data-with-new-data-in-apache-solr-with-zero-downtime Any other suggestions please. Thanks, satya

Re: indexed vs queried documents count mismatch

2017-08-24 Thread Satya Marivada
Source is database: 17,920,274 records in db Indexed documents from admin screen: 17,920,274 Query the collection: 17,948,826 Thanks, Satya On Thu, Aug 24, 2017 at 3:44 PM Susheel Kumar wrote: > Does this happen again if you repeat above? How much total docs does DIH > query/source sh

indexed vs queried documents count mismatch

2017-08-24 Thread Satya Marivada
ection, it shows 17,948,826 documents. It is so weird that the query for all documents returns 28552 documents more. Any suggestions/thoughts. Thanks, Satya

cpu utilization high

2017-07-18 Thread Satya Marivada
Hi All, We are using solr-6.3.0 with external zookeeper. Setup is as below. Poi is the collection which is big about 20G with each shard at 10G. Each jvm is having 3G and the vms have 70G of RAM. The processors are at 6. The cpu utilization when running queries is reaching more than 100%. Any sug

Re: node not joining the rest of nodes in cloud

2017-06-16 Thread Satya Marivada
Never mind. I had a different config for zookeeper on second vm which brought a different cloud. On Fri, Jun 16, 2017, 8:48 PM Satya Marivada wrote: > Here is the image: > > https://www.dropbox.com/s/hd97j4d3h3q0oyh/solr%20nodes.png?dl=0 > > There is a node on 002: 15101 port m

Re: node not joining the rest of nodes in cloud

2017-06-16 Thread Satya Marivada
gt; it somewhere else and provide a link. > > Best, > Erick > > > On Fri, Jun 16, 2017 at 3:29 PM, Satya Marivada > > wrote: > > > Hi, > > > > I am running solr-6.3.0. There are4 nodes, when I start solr, only 3 > nodes > > are joining the cl

node not joining the rest of nodes in cloud

2017-06-16 Thread Satya Marivada
Hi, I am running solr-6.3.0. There are4 nodes, when I start solr, only 3 nodes are joining the cloud, the fourth one is coming up separately and not joining the other 3 nodes. Please see below in the picture on admin screen how fourth node is not joining. Any suggestions. Thanks, satya [image

Re: Out of Memory Errors

2017-06-14 Thread Satya Marivada
Susheel, Please see attached. There heap towards the end of graph has spiked On Wed, Jun 14, 2017 at 11:46 AM Susheel Kumar wrote: > You may have gc logs saved when OOM happened. Can you draw it in GC Viewer > or so and share. > > Thnx > > On Wed, Jun 14, 2017 at 11:26

Out of Memory Errors

2017-06-14 Thread Satya Marivada
hanks, Satya

Re: file descriptors and threads differing

2017-05-12 Thread Satya Marivada
ing to set both of them at the same jvm level and see how it goes. Thanks, Satya On Fri, May 12, 2017 at 3:41 PM Erick Erickson wrote: > Check the system settings with ulimit. Differing numbers of user processes > or open files can cause things like this to be different on different &g

file descriptors and threads differing

2017-05-12 Thread Satya Marivada
below vs 1.8.0_121 in PP7(one other environment)). Any ideas around why files open and threads are more in one environment vs other. Files open is found by looking for fd in /proc/ directory and threads found by ps -elfT | wc -l. [image: pasted1] Thanks, Satya

Re: SessionExpiredException

2017-05-11 Thread Satya Marivada
ect > clientPort=2181 > # the maximum number of client connections. > # increase this if you need to handle more clients > #maxClientCnxns=60 > > Thanks, > Satya > > On Mon, May 8, 2017 at 12:04 PM Satya Marivada > wrote: > >> The 3g memory is doing well, performing a

Re: SessionExpiredException

2017-05-11 Thread Satya Marivada
nts #maxClientCnxns=60 Thanks, Satya On Mon, May 8, 2017 at 12:04 PM Satya Marivada wrote: > The 3g memory is doing well, performing a gc at 600-700 MB. > > -XX:+UseConcMarkSweepGC -XX:+UseParNewGC > > Here are my jvm start up > > The start up parameters are: > > java -ser

Re: SessionExpiredException

2017-05-08 Thread Satya Marivada
This is on solr-6.3.0 and external zookeeper 3.4.9 On Wed, May 3, 2017 at 11:39 PM Zheng Lin Edwin Yeo wrote: > Are you using SolrCloud with external ZooKeeper, or Solr's internal > ZooKeeper? > > Also, which version of Solr are you using? > > Regards, > Edwin > &g

OutOfMemoryError and Too many open files

2017-05-08 Thread Satya Marivada
(ServerConnector.java:382) at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:593) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654) Thanks, Satya

Re: SessionExpiredException

2017-05-08 Thread Satya Marivada
lly, running > > with 6G of memory may lead to _fewer_ noticeable pauses since the > > background threads can do the work, well, in the background. > > > > Best, > > Erick > > > > On Mon, May 8, 2017 at 7:29 AM, Satya Marivada > > wrote: > >> Hi

Re: SessionExpiredException

2017-05-08 Thread Satya Marivada
Hi Piyush and Shawn, May I ask what is the solution for it, if it is the long gc pauses? I am skeptical about the same problem in our case too. We have started with 3G of memory for the heap. Did you have to adjust some of the memory allotted? Very much appreciated. Thanks, Satya On Sat, May 6

solr authentication error

2017-05-04 Thread Satya Marivada
Hi, Can someone please say what I am missing in this case? I have solr 6.3.0, and enabled http authentication, the configuration has been uploaded to zookeeper. But I do see below error in logs sometimes. Are the nodes not able to ciommunicate because of this error? I am not seeing any functional

solr 6.3.0 monitoring

2017-05-03 Thread Satya Marivada
zookeeper, planning to use MNTR command to check on its status. Thanks, Satya

Re: solr-6.3.0 error port is running already

2017-05-03 Thread Satya Marivada
stored in version-2 folder. I then had to upload the configuration again and placed my index fresh in the solr. It then came up fine. I was playing with JMX parameters to be passed to jvm before this started to happen. Not sure if this got to do something with it. Thanks, Satya On Wed, May 3

SessionExpiredException

2017-05-03 Thread Satya Marivada
org.apache.zookeeper.KeeperException.create(KeeperException.java:51) at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783) Thanks, Satya

Re: solr-6.3.0 error port is running already

2017-05-02 Thread Satya Marivada
Any ideas? "null:org.apache.solr.common.SolrException: A previous ephemeral live node still exists. Solr cannot continue. Please ensure that no other Solr process using the same port is running already." Not sure, if JMX enablement has caused this. Thanks, Satya On Tue, May 2, 2017

solr-6.3.0 error port is running already

2017-05-02 Thread Satya Marivada
be helpful. Not sure where solr is seeing that port, when everything is started clean. Thanks, Satya

solr directories

2017-03-09 Thread Satya Marivada
stored in another location as well apart from solr-6.3.0 distribution package, zookeeper-3.4.9 package and the solrdata folder? Would solr write into any other directories? Thanks, Satya

Re: solr warning - filling logs

2017-03-03 Thread Satya Marivada
There is nothing else running on port that I am trying to use: 15101. 15102 works fine. On Fri, Mar 3, 2017 at 2:25 PM Satya Marivada wrote: > Dave and All, > > The below exception is not happening anymore when I change the startup > port to something else apart from that I had

Re: solr warning - filling logs

2017-03-03 Thread Satya Marivada
happening. But I really need to use the original port that I had. Any suggestion for getting around. Thanks, Satya java.lang.IllegalArgumentException: No Authority for HttpChannelOverHttp@a01eef8{r=0,c=false,a=IDLE,uri=null} java.lang.IllegalArgumentException: No Authority at

solr warning - filling logs

2017-02-27 Thread Satya Marivada
Hi All, I have configured solr with SSL and enabled http authentication. It is all working fine on the solr admin page, indexing and querying process. One bothering thing is that it is filling up logs every second saying no authority, I have configured host name, port and authentication parameters

Re: solr warning - filling logs

2017-02-26 Thread Satya Marivada
ut in production. Otherwise > it looks like you may have a port scanner running. In any case don't use > the zk that comes with solr > > > On Feb 26, 2017, at 6:52 PM, Satya Marivada > wrote: > > > > Hi All, > > > > I have configured solr with SSL and e

solr warning - filling logs

2017-02-26 Thread Satya Marivada
Hi All, I have configured solr with SSL and enabled http authentication. It is all working fine on the solr admin page, indexing and querying process. One bothering thing is that it is filling up logs every second saying no authority, I have configured host name, port and authentication parameters

Re: help with field definition

2016-09-16 Thread Gandham, Satya
Great, that worked. Thanks Ray and Emir for the solutions. On 9/16/16, 3:49 PM, "Ray Niu" wrote: Just add q.op=OR to change default operator to OR and it should work 2016-09-16 12:44 GMT-07:00 Gandham, Satya : > Hi Emir, > >Thanks

Re: help with field definition

2016-09-16 Thread Gandham, Satya
:justin exactName_noAlias_en_US:justin beiber) +exactName_noAlias_en_US:beiber", "explain":{}, Satya. On 9/16/16, 2:46 AM, "Emir Arnautovic" wrote: Hi, I missed that you already did define field and you are having troubles with query (did not read stackove

help with field definition

2016-09-13 Thread Gandham, Satya
HI, I need help with defining a field ‘singerName’ with the right tokenizers and filters such that it gives me the below described behavior: I have a few documents as given below: Doc 1 singerName: Justin Beiber Doc 2: singerName: Justin Timberlake … Below is the list of

shingle query matching keyword tokenized field

2016-09-08 Thread Gandham, Satya
Can anyone help with this question that I posted on stackOverflow. http://stackoverflow.com/questions/39399321/solr-shingle-query-matching-keyword-tokenized-field Thanks in advance.

Search and index Result

2011-04-14 Thread satya swaroop
the commited data in the search result, i am getting the old data that was before commit... But i get the result only after restarting the server.. can anyone tell me where to modify such that the search will give the results from the recent commit... Thanks and Regards, satya

Re: how to set cookie for url requesting in stream_url

2011-04-07 Thread satya swaroop
fine now... Regards, satya

Fwd: how to set cookie for url requesting in stream_url

2011-04-01 Thread satya swaroop
HI Markus, I am using solr branch_3x, in tomcat web server Regards, satya

how to set cookie for url requesting in stream_url

2011-03-31 Thread satya swaroop
://localhost:8456/solr/update/extract?stream_url=remote_server_url&literal.id=13748 ; here i need to include a cookie value while requesting for the remote_server_url. Regards, satya

Re: Solr coding

2011-03-23 Thread satya swaroop
fulfill the needs then task will be very easy... Regards, satya

Re: Solr coding

2011-03-23 Thread satya swaroop
able to all users who are related to the group1, so i thought of to edit the code... Thanks, satya

Solr coding

2011-03-23 Thread satya swaroop
atabase to check the user indexed files and then filter the result... i didnt have any cores.. i indexed all files in a single index... Regards, satya

solr indexing

2011-02-22 Thread satya swaroop
score to only a particular docs??? If anybody know about it or any documentation regarding this please inform me... Regards, satya

Re: is solr dynamic calculation??

2011-02-17 Thread satya swaroop
? Regards, satya

is solr dynamic calculation??

2011-02-17 Thread satya swaroop
know its way of calculation of score and ordering of results Regards, satya

spellchecking even the key is true....

2011-01-17 Thread satya swaroop
heck=true&spellcheck.count=5 the result will be 1)- - can we get the result as 2) - javax javac javabean javascript NOTE:: all the keywords in the 2nd result is are in index... Regards, satya

Re: spell suggest response

2011-01-17 Thread satya swaroop
umFound">20 0 4 - java away jav jar ara apa ana ajax Now i need to know how to make ordering of the terms as in the 1st query the result obtained is inorder and i want only javax, javac,javascript but not javas,javabas how can it be done?? Regards, satya

Re: spell suggest response

2011-01-17 Thread satya swaroop
stions as we get when we type a wrong word in spellchecking... If so please let me know... Regards, satya

Re: spell suggest response

2011-01-16 Thread satya swaroop
Hi Grijesh, As you said you are implementing this type. Can you tell how did you made in brief.. Regards, satya

Re: spell suggest response

2011-01-12 Thread satya swaroop
collate=true&spellcheck.onlyMorePopular=true&spellcheck.count=20 the o/p i get is - data have can any all has each part make than also but this words are not similar to the given word 'java' the near words would be javac,javax,data,java.io... etc.., the stated words are present in the index.. Regards, satya

Re: spell suggest response

2011-01-12 Thread satya swaroop
che.org/solr/Suggester . But i tried to implement it but got errors as *error loading class org.apache.solr.spelling.suggest.suggester* Regards, satya

Re: spell suggest response

2011-01-11 Thread satya swaroop
eck=true&spellcheck.count=10 In the o/p the suggestions will not be coming as java is a word that spelt correctly... But cant we get near suggestions as javax,javacetc.., ??? Regards, satya

Re: spell suggest response

2011-01-11 Thread satya swaroop
try to explain still furthur... Regards, satya

spell suggest response

2011-01-11 Thread satya swaroop
suggestions for the words daka-data , usar-user. But actually i need only the spell suggestions. But here time is getting consumed for displaying of files and then giving spell suggestions. Cant we post a query to solr where we can get the response as only spell suggestions??? Regards, satya

Re: error in html???

2010-12-23 Thread satya swaroop
Hi Erick, Every result comes in xml format. But when you get any errors like http 500 or http 400 like wise we will get in html format. My query is cant we make that html file into json or vice versa.. Regards, satya

error in html???

2010-12-23 Thread satya swaroop
Hi All, I am able to get the response in the success case in json format by stating wt=json in the query. But as in case if any errors i am geting in html format. 1) Is there any specified reason to get in html format?? 2)cant we get the error result in json format?? Regards, satya

Different Results..

2010-12-22 Thread satya swaroop
:8080/solr/select?q=erlang/ericson the result is My query here is, do solr consider both the queries differently and what do it consider for !,/ and all other escape characters. Regards, satya

Testing Solr

2010-12-16 Thread satya swaroop
..?? Another question is there any Benchmarks of solr...?? Regards, satya

Re: Google like search

2010-12-16 Thread satya swaroop
Hi All, Thanks for your suggestions.. I got the result of what i expected.. Cheers, Satya

Re: Google like search

2010-12-14 Thread satya swaroop
gards, satya

Re: Google like search

2010-12-14 Thread satya swaroop
s follows:: Java is one of the best language,java is easy to learn... where this content is at start of the chapter,where the first word of java is occured in the file... Regards, Satya

Google like search

2010-12-14 Thread satya swaroop
Hi All, Can we get the results like google having some data about the search... I was able to get the data that is the first 300 characters of a file, but it is not helpful for me, can i be get the data that is having the first found key in that file Regards, Satya

Re: RAM increase

2010-10-29 Thread satya swaroop
Hi All, Thanks for your reply.I have a doubt whether to increase the ram or heap size to java or to tomcat where the solr is running Regards, satya

Re: solr result....

2010-10-28 Thread satya swaroop
hit of the word java in that file... Regards, satya

solr result....

2010-10-27 Thread satya swaroop
not show the entire content of a file. It should show up only a part of the content where the query word is present..As like the google result and like search result in the lucidimagionation Regards, satya

RAM increase

2010-10-20 Thread satya swaroop
Hi all, I increased my RAM size to 8GB and i want 4GB of it to be used for solr itself. can anyone tell me the way to allocate the RAM for the solr. Regards, satya

Re: solr requirements

2010-10-18 Thread satya swaroop
data. Regards, satya

solr requirements

2010-10-18 Thread satya swaroop
users using solr and Every day each user indexes 10 files of 1KB each and totally it leads to a size of 10MB for a day and it goes on...??? 2)How much of RAM is used by solr in genral??? Thanks, satya

ant build problem

2010-10-04 Thread satya swaroop
Hi all, i updated my solr trunk to revision 1004527. when i go for compiling the trunk with ant i get so many warnings, but the build is successful. the warnings are here::: common.compile-core: [mkdir] Created dir: /home/satya/temporary/trunk/lucene/build/classes/java [javac

Re: ant package

2010-09-21 Thread satya swaroop
package --- --- --- generate-maven-artifacts: [mkdir] Created dir: /home/satya/temporary/trunk/solr/build/maven [mkdir] Created dir: /home/satya/temporary/trunk/solr/dist/maven [copy] Copying 1 file to /home/satya/temporary/trunk/solr/build/maven/src/maven [artifact:install-provider

Re: ant package

2010-09-21 Thread satya swaroop
HI , ya i dont have the jar file in the ant/lib where can i get the jar file or wat is the procedure to make that maven-artifact-ant-2.0.4-dep.jar?? regards, satya

ant package

2010-09-21 Thread satya swaroop
Hi all, i want to build the package of my solr and i found it can be done using ant. When i type ant package in solr module i get an error as:::\ sa...@swaroop:~/temporary/trunk/solr$ ant package Buildfile: build.xml maven.ant.tasks-check: BUILD FAILED /home/satya/temporary/trunk/solr

SolrCloud new....

2010-09-20 Thread satya swaroop
example is given in jetty.Is it the same way to make it in tomcat??? Regards, satya

cloud or zookeeper

2010-09-14 Thread satya swaroop
Hi All, What is the difference of using shards,solr cloud and zookeeper.. which is the best way to scale the solr.. I need to reduce the index size in every system and reduce the search time for a query... Regards, satya

Re: stream.url

2010-09-08 Thread satya swaroop
Hi Hoss, Thanks for reply and it got working The reason was as you said i was not double escaping i used %2520 for whitespace and it is working now Thanks, satya

Re: stream.url

2010-09-03 Thread satya swaroop
escaped characters But solr is working good for files that has no escaped characters in their name. I sent the request through the curl by encoding the filename in url format but the problem is same... Regards, satya

Re: stream.url

2010-09-02 Thread satya swaroop
Did anybody try indexing files in remote system through stream.url, where the files name contain escape characters like &,space regards, satya

Re: stream.url

2010-09-02 Thread satya swaroop
act?stream.url=http://remotehost:port/file_download.yaws%3Ffile=solr<http://localhost:8080/solr/update/extract?stream.url=http://remotehost:port/file_download.yaws?file=solr> %20%26%20apache.pdf&literal.id=schb5" Regards, satya

stream.url

2010-09-02 Thread satya swaroop
let.SolrRequestParsers.parse(SolrRequestParsers.java:117) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:226) ... 12 more can anybody provide information regarding this?? Regards, Satya

Re: solr working...

2010-08-26 Thread satya swaroop
when i use it in dat module.. can any one tell me other ways like this to track the path solr Regards, satya

Re: solr working...

2010-08-26 Thread satya swaroop
??? Regards, satya

solr working...

2010-08-26 Thread satya swaroop
Hi all, I am intrested to see the working of solr. 1)Can anyone tell me how to start with to know its working Regards, satya

reduce the content???

2010-08-25 Thread satya swaroop
content in the results Regards, satya

Re: stream.url problem

2010-08-24 Thread satya swaroop
RLConnection.java:1072) > at > sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2173) > at java.net.URLConnection.getContentType(URLConnection.java:485) at > org.apache.solr.common.util.ContentStreamBase$URLStream.(ContentStreamBase.java:81) > at > org.apache.solr.servlet.SolrRequestParsers.buildRequestFrom(SolrRequestParsers.java:138) > at > org.apache.solr.servlet.SolrRequestParsers.parse(SolrRequestParsers.java:117) > at > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:226) > ... > Regards, satya

/update/extract

2010-08-19 Thread satya swaroop
... I be thankful if anybody can help me with regarding this.. Regards, satya

solr working...

2010-08-18 Thread satya swaroop
, satya

Re: indexing???

2010-08-17 Thread satya swaroop
hi, 1) i use tika 0.8... 2)the url is https://issues.apache.org/jira/browse/PDFBOX-709 and the file is samplerequestform.pdf 3)the entire error is::; curl " http://localhost:8080/solr/update/extract?stream.file=/home/satya/my_workings/satya_ebooks/8-

stream.url problem

2010-08-17 Thread satya swaroop
uestParsers.java:116) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:225) ... if any body know please help me with this regards, satya

  1   2   >