Re: Multithreaded JdbcDataStore and CachedSqlEntityProcessor

2011-10-01 Thread pulkitsinghal
What part of the source code in debug mode behaved in a fashion such as to make it seem like it is not thread-safe? If it feels difficult to put into words then you can always make a small 5 min screencast to demo the issue and talk about it. I do that for really complex stuff with Jing by tech

Re: Solr integration with Hbase

2011-09-29 Thread pulkitsinghal
Try lilyproject.com I think they do exactly what you are asking for. Sent from my iPhone On Sep 29, 2011, at 6:27 AM, Stuti Awasthi wrote: > Hi all, > > I am newbee in Solr. I have my application on Hbase and Hadoop and I want to > provide search functionality using Solr. I read > http://wik

Re: escaping HTML tags within XML file

2011-09-25 Thread pulkitsinghal
Yes sir! Sent from my iPhone On Sep 25, 2011, at 4:06 PM, okayndc wrote: > Here is a representation of the XML file... > > > > Text hereMore text > here > > > > I want to keep the HTML tags because it keeps the formatting (paragraph > tags, etc) intact for the output. Seems like you'

Re: escaping HTML tags within XML file

2011-09-25 Thread pulkitsinghal
Assuming that the XML has the HTML as values inside fully formed tags like so: then I think that using the "HTML" field type in schema.xml for indexing/storing will allow you to do meaningful searches on the content of the HTML without getting confused by the HTML syntax itself. If you have abs

Re: Production Issue: SolrJ client throwing this error even though field type is not defined in schema

2011-09-25 Thread pulkitsinghal
If I had to give a gentle nudge, I would ask you to validate your schema XML file. You can do so by looking for any w3c XML validator website and just copy pasting the text there to find out where its malformed. Sent from my iPhone On Sep 24, 2011, at 2:01 PM, Erick Erickson wrote: > You migh

Re: Sending pdf files to slor for indexing

2011-09-24 Thread pulkitsinghal
You should get cygwin for windows and make sure to select curl as one of the many packages that come with cygwin when it's installer runs. Sent from my iPhone On Sep 24, 2011, at 5:29 AM, ahmad ajiloo wrote: > Also when I use that command in Linux, see this error: > ---

Re: JdbcDataSource and threads

2011-09-23 Thread pulkitsinghal
Seems to be a rather innocent network issue based on your stacktrace: Caused by: java.sql.SQLException: Network error IOException: Address already in use: connect Can you recheck connections and retry? Sent from my iPhone On Sep 23, 2011, at 3:34 PM, "Vazquez, Maria \(STM\)" wrote: > I tried

Re: Miscellaneous DIH related questions

2011-09-18 Thread pulkitsinghal
No cron job, I'm just clicking on the full import button in dataimport.jsp page. 1) Can you point me to the code in Solr where such a retry functionality should be added? I might be able to contribute. 2) What is a good place to add the java based scheduling? Again I'll test and share if I succe