Re: [ANNOUNCE] Apache Solr 8.5.0 released

2020-03-24 Thread Hasan Diwan
Congrats! -- H On Tue, 24 Mar 2020 at 05:32, Alan Woodward wrote: > ## 24 March 2020, Apache Solr™ 8.5.0 available > > The Lucene PMC is pleased to announce the release of Apache Solr 8.5.0. > > Solr is the popular, blazing fast, open source NoSQL search platform from > the Apache Lucene project

Re: [ANNOUNCE] Apache Solr 8.1.0 released

2019-05-16 Thread Hasan Diwan
On Thu, 16 May 2019 at 00:43, Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > = 16 March 2019, Apache Solr™ 8.1.0 available = > > The Lucene PMC is pleased to announce the release of Apache Solr 8.1.0 > Congrats to all involved! -- H -- OpenPGP: https://sks-keyservers.net/pks/lookup?o

Re: Removing words like "FONT-SIZE: 9pt; FONT-FAMILY: arial" from content

2018-12-31 Thread Hasan Diwan
Perhaps https://royvanrijn.com/blog/2016/03/java-mail-message-as-download/ may be helpful? Though I see the date on it and am now unsure. -- H On Mon, 31 Dec 2018 at 17:51, Zheng Lin Edwin Yeo wrote: > Hi Alex, > > I have tried with a file that is HTML formatted, with those tags like > , , , etc

Re: [ANNOUNCE] Apache Lucene 6.6.5 released

2018-07-03 Thread Hasan Diwan
Congrats to all! -- H On Tue, 3 Jul 2018 at 14:29, Ishan Chattopadhyaya wrote: > > 3 July 2018, Apache Lucene™ 6.6.5 available > > The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.5. > > Apache Lucene is a high-performance, full-featured text search engine > library written e

Re: INVALID in email address

2016-10-13 Thread Hasan Diwan
The "From" field in your email client is set to that. However, your "Reply-To" is correct. As to the deeper reason "why", it's a fairly easy-to-defeat workaround for spam.. -- H On 13 October 2016 at 01:39, wrote: > Anyone know why this appears after my email address when I reply to a > thread i

Re: Frage zu einem komischen Verhalten

2015-09-02 Thread Hasan Diwan
You might get a better response in English... Vielleicht haben Sie eine bessere Antwort bekommen in... (from Google Translate, as my own German is non-existent) -- H 2015-09-02 2:05 GMT-07:00 Long Yan : > Guten Tag, > ich habe einen Core mit dem folgendem Befehl erstellt > bin\solr create -c myc

Re: DIH import from MySQL results in garbage text for special chars

2012-09-26 Thread Hasan Diwan
Mr Prakash, On 27 September 2012 02:06, Pranav Prakash wrote: > > | Variable_name| Value | > +--++ > | character_set_client | latin1 | > | character_set_connection | latin1

Re: Importing of unix date format from mysql database and dates of format 'Thu, 06 Sep 2012 22:32:33 +0000' in Solr 4.0

2012-09-06 Thread Hasan Diwan
http://www.electrictoolbox.com/article/mysql/format-date-time-mysql/ hth -- H On 6 Sep 2012 17:23, "kiran chitturi" wrote: > Hi, > > I am using Solr with DIH and started getting errors when the database > time/date fields are getting imported in to Solr. I have used the date as > the field type b

Re: Debugging DIH

2012-08-26 Thread Hasan Diwan
Mr Norskong, et al, On 26 August 2012 14:37, Lance Norskog wrote: > Also, there is a logging feature to print intermediate values. > I see the data as it should be. It's just not recorded into SOLR. One possible concern is that I have timestamp in epoch seconds, which I'd like to store as a dat

Re: Debugging DIH

2012-08-24 Thread Hasan Diwan
On 24 August 2012 07:17, Hasan Diwan wrote: > I have some data in an H2 database that I'd like to move to SOLR. I > probably should/could extract and post the contents as 1 new document per > record, but I'd like to configure the data import handler and am having > so

Debugging DIH

2012-08-24 Thread Hasan Diwan
I have some data in an H2 database that I'd like to move to SOLR. I probably should/could extract and post the contents as 1 new document per record, but I'd like to configure the data import handler and am having some difficulty doing so. Following the wiki instructions[1], I have the following in

Re: Trending topics?

2012-08-02 Thread Hasan Diwan
Tor, I hope that the information in http://www.jason-palmer.com/2011/05/creating-a-tag-cloud-with-solr-and-php/ helps.. -- H On 2 August 2012 15:48, Lance Norskog wrote: > Two easy ones: > 1) Facets on a text field are simple word counts by document. > 2) If you want the number of times a word ap

Re: geospacial / coordinates java example anyone?

2012-07-24 Thread Hasan Diwan
On 24 July 2012 09:55, yair even-zohar wrote: > Can someone please send a simple java example for indexing and querying a > latitude, longitude coordinate on SolrDocument. > That is, assume we have a document and we want to simply add the lat,lon > as field to the document and then query accordin

Re: Why is Solr still shipped with Jetty 6 / switching to Jetty 8?

2012-06-23 Thread Hasan Diwan
On 23 June 2012 17:20, Lance Norskog wrote: > Solr does not "ship with anything" as a product. It includes an old > Jetty in the example. The feature set in Jetty has not held back > showing an example of Solr features, so it has not been a priority. If > you supply a patch, that is different :)

Re: JDBC import yields no data

2012-04-24 Thread Hasan Diwan
On 24 April 2012 07:49, Dyer, James wrote: > You might also want to show us your "dataimport" handler configuration > from solrconfig.xml and also the url you're using to start the data import. > When its complete, browsing to " > http://192.168.1.6:8995/solr/db/dataimport"; (or whatever the DIH

JDBC import yields no data

2012-04-24 Thread Hasan Diwan
I'm trying to migrate from RDBMS to the Lucene ecosystem. To do this, I'm trying to use the JDBC importer[1]. My configuration is given below: And the resulting query of "*:*": % cur