Re: Searching with Elasticsearch.Net

2015-01-12 Thread Garrett Johnson
the response's hits section. So even if you ask for only 10 > documents, total will give you the full count no matter what. > > Steve > > On Friday, January 9, 2015 at 12:43:36 PM UTC-5, Garrett Johnson wrote: >> >> Hi All, >> >> I would like to

Re: Searching with Elasticsearch.Net

2015-01-12 Thread Garrett Johnson
the total number of results with that total property you > see in the response's hits section. So even if you ask for only 10 > documents, total will give you the full count no matter what. > > Steve > > On Friday, January 9, 2015 at 12:43:36 PM UTC-5, Garrett Johnson wrote:

Re: Searching with Elasticsearch.Net

2015-01-09 Thread Garrett Johnson
2015 at 12:43:36 PM UTC-5, Garrett Johnson wrote: > Hi All, > > I would like to use Elasticsearch.Net (NEST requires types and I do not > want strong types) to do a simple _all term search. I can do this using > the plugin elasticsearch head and I retrieve the appropriate documents.

Searching with Elasticsearch.Net

2015-01-09 Thread Garrett Johnson
Hi All, I would like to use Elasticsearch.Net (NEST requires types and I do not want strong types) to do a simple _all term search. I can do this using the plugin elasticsearch head and I retrieve the appropriate documents. Here is some simple code I wrote just to say hey give me all that mat

Re: Failed stopping 'elasticsearch-service-x64' service

2015-01-06 Thread Garrett Johnson
I tried increasing the logging but it didn't give me anymore info. I'm sure it is the jdbc driver as I have had to uninstall / reinstall everything several times and without that jdbc river driver it's fine. Since the search is working fine is there any issue with me having to kill it to restar

Re: river-jdbc Error java.lang.NullPointerException

2015-01-06 Thread Garrett Johnson
, 2015 3:06:28 PM UTC-6, Jörg Prante wrote: > > I pushed out JDBC plugin version 1.4.0.8 with a fix. Thanks for the report. > > Jörg > > On Fri, Jan 2, 2015 at 9:10 PM, Garrett Johnson > wrote: > >> I used this type of string here: >> >> >> jdbc:s

Re: Failed stopping 'elasticsearch-service-x64' service

2015-01-05 Thread Garrett Johnson
rs for Elasticsearch instances > and not Windows ones > > -- > > Itamar Syn-Hershko > http://code972.com | @synhershko > Freelance Developer & Consultant > Author of RavenDB in Action > >> On Mon, Jan 5, 2015 at 2:25 AM, Garrett Johnson >>

Re: Failed stopping 'elasticsearch-service-x64' service

2015-01-04 Thread Garrett Johnson
, jdbc river 1.4.0.6 Microsoft jdbc driver. Thanks, Garrett On Saturday, January 3, 2015 10:10:42 AM UTC-6, Costin Leau wrote: > > Do you see anything in the logs? Can you try removing and reinstalling the > service? What's your OS/configuration? > > On 1/2/15 10:32 PM, G

Re: Failed stopping 'elasticsearch-service-x64' service

2015-01-02 Thread Garrett Johnson
By own it's own I mean service stop or using services.msc and clicking restart on the service. Both attempts get the same error. On Friday, January 2, 2015 2:31:28 PM UTC-6, Garrett Johnson wrote: > > I'm getting this error every time I try to start and stop the elastic

Failed stopping 'elasticsearch-service-x64' service

2015-01-02 Thread Garrett Johnson
I'm getting this error every time I try to start and stop the elastic search windows service. Takes a couple of minutes then fails. I can kill the task in task manager and then restart but cannot get it to stop on its own. -- You received this message because you are subscribed to the Google

Re: river-jdbc Error java.lang.NullPointerException

2015-01-02 Thread Garrett Johnson
, Garrett Johnson wrote: > > Yes because a user name is not required for Integrated security. > > I have to get security exceptions to use SQL Auth instead of integrated. > > On Friday, January 2, 2015 12:19:24 PM UTC-6, Jörg Prante wrote: >> >> Thanks for report, I

Re: river-jdbc Error java.lang.NullPointerException

2015-01-02 Thread Garrett Johnson
.com/jprante/elasticsearch-river-jdbc/issues/430 > > Do you connect without a user name to JDBC? The error is caused because > you did not pass a user name as parameter. > > Jörg > > On Fri, Jan 2, 2015 at 7:05 PM, Garrett Johnson > wrote: > >> Hi All, >> >&

river-jdbc Error java.lang.NullPointerException

2015-01-02 Thread Garrett Johnson
Hi All, I have set up ElasticSearch 1.4.2 and river-jdbc from jprante. I was able to add a river using sense put _river/users/_meta { "type":"jdbc", "jdbc": { "url":"jdbc:sqlserver://My.SQLSever.mydomain.com:1433;databaseName=webrepos;integratedSecurity=true;","sql":"SELECT *