Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Long running operations...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 38 of 38 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ayende Rahien  
View profile  
 More options Sep 4 2011, 11:39 pm
From: Ayende Rahien <aye...@ayende.com>
Date: Mon, 5 Sep 2011 06:39:34 +0300
Local: Sun, Sep 4 2011 11:39 pm
Subject: Re: [RavenDB] Re: Long running operations...

inline

On Sun, Sep 4, 2011 at 11:34 PM, Matt Warren <mattd...@gmail.com> wrote:
> > c) I push it to the unstable branch

> > If you can write some docs for it, that would be wonderful

> Sure, I'd be happy to.

Great

> Just a couple of other things

> - Would it be beneficial for the facet results to be returend with the
> query results, in 1 call? I.e. extend QueryResult to have a "Facet"
> property, like if has one for "Includes"

Hm,
I would rather implement support for calling this lazily and async, that
should handle this better.

> - There'a a bug I need to fix with the Range strings. At the moment
> you can't mix and match "{" and "[", inclusive and exclusive, because
> the Lucene Query Parser fails to parse it. So you can't write "{100 TO
> 200]", "{200 TO 300]", which might be useful in certain scenarios.
> I'll send a pull-request for this.

It is not a bug, it is logically consistent, and I am fine with {100 to 201}

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Warren  
View profile  
 More options Sep 5 2011, 12:13 pm
From: Matt Warren <mattd...@gmail.com>
Date: Mon, 5 Sep 2011 09:13:17 -0700 (PDT)
Local: Mon, Sep 5 2011 12:13 pm
Subject: Re: Long running operations...
See http://ravendb.net/documentation/faceted-search.

It's not linked to from anywhere else on the site at the moment, I
thought you'd want to take a look first.

BTW are you happy for me to post a thread on this board about it, so
that it gets some more visibility?

On Sep 5, 4:39 am, Ayende Rahien <aye...@ayende.com> wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Sep 5 2011, 1:38 pm
From: Ayende Rahien <aye...@ayende.com>
Date: Mon, 5 Sep 2011 20:38:11 +0300
Local: Mon, Sep 5 2011 1:38 pm
Subject: Re: [RavenDB] Re: Long running operations...

inline

On Mon, Sep 5, 2011 at 7:13 PM, Matt Warren <mattd...@gmail.com> wrote:
> See http://ravendb.net/documentation/faceted-search.

> It's not linked to from anywhere else on the site at the moment, I
> thought you'd want to take a look first.

Notes:
a) the size of the image make it harder to see the facets, can you provide a
linked larger version?
b) the picture and the domain in the sample aren't the same, which may be
confusing, could you use a shopping site picture instead?
c) the sample facet doc and the sample data do not agree (not Megapixels
facet).

Can you talk a bit about how it works and in what situations it would be
useful?

> BTW are you happy for me to post a thread on this board about it, so
> that it gets some more visibility?

Absolutely!

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Warren  
View profile  
 More options Sep 5 2011, 1:44 pm
From: Matt Warren <mattd...@gmail.com>
Date: Mon, 5 Sep 2011 10:44:00 -0700 (PDT)
Subject: Re: Long running operations...
I'll make those changes, no probs.

I've also found some weirdness around the Client/Server mode compared
to Embedded. I'll need to change the unit test because it currently
doesn't catch the problem.

I'll send a pull-request in the next couple of days to fix it as well.

On Sep 5, 6:38 pm, Ayende Rahien <aye...@ayende.com> wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Sep 5 2011, 1:44 pm
From: Ayende Rahien <aye...@ayende.com>
Date: Mon, 5 Sep 2011 20:44:48 +0300
Local: Mon, Sep 5 2011 1:44 pm
Subject: Re: [RavenDB] Re: Long running operations...

thanks

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Warren  
View profile  
 More options Sep 9 2011, 6:45 pm
From: Matt Warren <mattd...@gmail.com>
Date: Fri, 9 Sep 2011 15:45:28 -0700 (PDT)
Local: Fri, Sep 9 2011 6:45 pm
Subject: Re: Long running operations...
It turned out that the unit tests were broken and were not testing
everything, so I've sent a pull request that fixes this.

Also embedded and client/server work fine as you said, the new test
confirms this. In the next few days I'll send another pull request
that re-enables the "dynamic facets" as per your original code (where
you pass all the facet definitions in the query string) and some tests
for this.

I'll also fix the doc as per your mail further up the thread.

On Sep 5, 6:44 pm, Ayende Rahien <aye...@ayende.com> wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Sep 11 2011, 1:49 am
From: Ayende Rahien <aye...@ayende.com>
Date: Sun, 11 Sep 2011 08:49:27 +0300
Local: Sun, Sep 11 2011 1:49 am
Subject: Re: [RavenDB] Re: Long running operations...

Thanks, very cool.
Started to look at your advanced patching, looks _very_ nice so far.

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Warren  
View profile  
 More options Sep 11 2011, 3:26 am
From: Matt Warren <mattd...@gmail.com>
Date: Sun, 11 Sep 2011 00:26:06 -0700 (PDT)
Local: Sun, Sep 11 2011 3:26 am
Subject: Re: Long running operations...
Thanks, it's based around the suggestion here, I've just put it all
together and added a "Map" function to make iterating over arrays
easier.

I'm thinking of pulling in LINQ-to-Javascript (like this
http://jslinq.codeplex.com/), so that you can write LINQ code inside
the patch script, what do you think?

On Sep 11, 6:49 am, Ayende Rahien <aye...@ayende.com> wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Warren  
View profile  
 More options Sep 11 2011, 3:29 am
From: Matt Warren <mattd...@gmail.com>
Date: Sun, 11 Sep 2011 00:29:56 -0700 (PDT)
Local: Sun, Sep 11 2011 3:29 am
Subject: Re: Long running operations...
PArt of the reason for this is that it would make a C# client API
easier as we could just convert a LINQ query in "LINQ javascript"

On Sep 11, 8:26 am, Matt Warren <mattd...@gmail.com> wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Sep 11 2011, 3:37 am
From: Ayende Rahien <aye...@ayende.com>
Date: Sun, 11 Sep 2011 10:37:55 +0300
Local: Sun, Sep 11 2011 3:37 am
Subject: Re: [RavenDB] Re: Long running operations...

I think that this is nicer, yes.

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Sep 11 2011, 3:38 am
From: Ayende Rahien <aye...@ayende.com>
Date: Sun, 11 Sep 2011 10:38:12 +0300
Local: Sun, Sep 11 2011 3:38 am
Subject: Re: [RavenDB] Re: Long running operations...

And that would be the holy grail, yes.

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Warren  
View profile  
 More options Sep 11 2011, 4:02 am
From: Matt Warren <mattd...@gmail.com>
Date: Sun, 11 Sep 2011 01:02:35 -0700 (PDT)
Local: Sun, Sep 11 2011 4:02 am
Subject: Re: Long running operations...
I just wanted to check are there any licensing issues using the
following libraries/tools:

- IronJs from https://github.com/fholm/IronJS/
- json2.js from https://github.com/douglascrockford/JSON-js
- "Map" function, a modified version of https://gist.github.com/1195667

On Sep 11, 8:38 am, Ayende Rahien <aye...@ayende.com> wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Sep 11 2011, 4:06 am
From: Ayende Rahien <aye...@ayende.com>
Date: Sun, 11 Sep 2011 11:06:10 +0300
Local: Sun, Sep 11 2011 4:06 am
Subject: Re: [RavenDB] Re: Long running operations...

Shouldn't be an issue, no.

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »