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
Haystack 1.2 released
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
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
Daniel Lindsley  
View profile  
 More options May 3 2011, 5:04 pm
From: Daniel Lindsley <polarc...@gmail.com>
Date: Tue, 3 May 2011 14:04:18 -0700 (PDT)
Local: Tues, May 3 2011 5:04 pm
Subject: Haystack 1.2 released
Everyone,

   Haystack v1.2.0 is out in the wild (http://pypi.python.org/pypi/
django-haystack/1.2.0). There are no backward incompatibilities in
this release that I'm aware of. Just over five months since the
release of v1.1 & 36 commits in size.

New features:

* N-gram based (autocomplete) search is now available on the Solr &
Whoosh backends.
* The Whoosh backend has been updated to be compatible with Whoosh
1.8.X.
* You can now switch out the ``SearchResult`` class to be used in
results.
* The api has been unified to use ``boost`` everywhere.
* Whoosh now supports field boosting.
* ``SearchIndex`` grew ``read_queryset`` support, allowing you to
display results even if a ``Model`` has an overridden default manager.
* The ``__in`` filter now accepts ``ValuesListQuerySet``. No more
converting to a list first.

   Of note is that the 1.2.X will be the last of the Haystack 1.X
series. I've started work on Haystack v2.0, the biggest feature of
which will be multiple index support (think multidb in Django). This
is a big one & there should be experimental support generally
available by next week. Enjoy!

Daniel


 
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.
hellboy  
View profile  
 More options May 5 2011, 4:30 am
From: hellboy <pbon...@googlemail.com>
Date: Thu, 5 May 2011 01:30:23 -0700 (PDT)
Local: Thurs, May 5 2011 4:30 am
Subject: Re: Haystack 1.2 released
Is there gibts backwards incompatible changes between 1.1 and 1.2?

Between 1.2.x and 2.0?

Thank you.


 
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.
Daniel Lindsley  
View profile  
 More options May 5 2011, 11:09 pm
From: Daniel Lindsley <polarc...@gmail.com>
Date: Thu, 5 May 2011 22:09:57 -0500
Local: Thurs, May 5 2011 11:09 pm
Subject: Re: [django-haystack] Re: Haystack 1.2 released
hellboy,

   As far as I know, there are no backward-incompatibilities between
1.1 & 1.2. No one has reported anything that I've seen & I take care
to try to not break things.

   There will be backward-incompatible changes between 1.2 & 2.0. I'm
using it as a chance to clean up some pain points & make things
better. There will be a documented migration path for moving from 1.2
to 2.0 once I get closer to release time.

Daniel


 
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.
Craig de Stigter  
View profile  
 More options May 26 2011, 1:32 am
From: Craig de Stigter <craig.destig...@onetrackmind.co.nz>
Date: Wed, 25 May 2011 22:32:07 -0700 (PDT)
Local: Thurs, May 26 2011 1:32 am
Subject: Re: Haystack 1.2 released
Hi

I've found one incompatibility with 1.1. SearchIndex.get_queryset()
has been renamed to index_queryset().

If you've overridden get_queryset() on a custom index, you'll need to
rename your overridden method to index_queryset() also, otherwise it
won't get called by the management commands.

Craig

On May 6, 3:09 pm, Daniel Lindsley <polarc...@gmail.com> wrote:


 
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.
Daniel Lindsley  
View profile  
 More options May 26 2011, 11:50 pm
From: Daniel Lindsley <polarc...@gmail.com>
Date: Thu, 26 May 2011 22:50:56 -0500
Local: Thurs, May 26 2011 11:50 pm
Subject: Re: [django-haystack] Re: Haystack 1.2 released
Craig,

   Ah, that is a problem. I'm out of time tonight. Can you please file
an issue on it & I'll get a fix out tomorrow night? Thanks,

Daniel

On Thu, May 26, 2011 at 12:32 AM, Craig de Stigter


 
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.
Daniel Lindsley  
View profile  
 More options May 28 2011, 3:56 am
From: Daniel Lindsley <polarc...@gmail.com>
Date: Sat, 28 May 2011 02:56:41 -0500
Local: Sat, May 28 2011 3:56 am
Subject: Re: [django-haystack] Re: Haystack 1.2 released
Craig,

   This should be fixed with the release of Haystack 1.2.4. Please
test & let me know.

Daniel


 
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.
Sanuel Ayodele  
View profile  
 More options Mar 9 2012, 5:01 pm
From: Sanuel Ayodele <duffleboi...@gmail.com>
Date: Fri, 9 Mar 2012 14:01:14 -0800 (PST)
Local: Fri, Mar 9 2012 5:01 pm
Subject: Re: [django-haystack] Re: Haystack 1.2 released

I'm trying to rebuild_index, so after inputting manage.py rebuild-index ,
I'm getting:

Removing all documents in your index because you said so.
fail to clear Solr index: [Errno 10061] No connection could be made because
the target machine actively refused it.

What I'm I doing wrong?


 
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
« Back to Discussions « Newer topic     Older topic »