Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 9 of 9

You cannot post messages because only members can post, and you are not currently a member.
Description: The full-text search package for Google App Engine and Django.

http://gae-full-text-search.appspot.com/

 

flag Nonrel-search released 
  Hi, we are happy to announce the first version of our simple full-text search engine for non-relational databases using django-nonrel. It's called nonrel-search. The current release supports multiple independent indexes, a porter stemmer and word prefix search :) Take a look at our blog post [link]... more »
By twanschik@googlemail.com  - Mar 30 2010 - 1 new of 1 message    

field-specific search + gae-search 
  I am seeking advice. I know gae-search is deprecated, but these same issues would come up in nonrel-search, and I fear it is hours of time to convert. gae-search is set up to throw many different fields into one searchable property in an entity separate from the one being searched for. For our application, we wish to have search by many fields (e.g., name, sex,... more »
By Dan Frankowski  - Sep 6 2010 - 11 new of 11 messages    

non-rel search 
  Hi, Is there a "non-rel search" google group or will we use gae-search group? Thanks Jon
By ogterran  - Sep 3 2010 - 2 new of 2 messages    

Searching date fields? 
  I need a DateProperty to be searchable. The following change seems to work for me. Will this change hurt me in some way I don't understand? Dan P.S. Yes, I know, you encourage django-nonrel instead. However, it might take me hours to convert over. I'd have to change my models, queries, then perhaps even convert data of an existing app. I want to... more »
By dan  - Jul 25 2010 - 3 new of 3 messages    

Prefix search with GQL 
  I'm looking into using gae-search premium. The docs say to use a "startswith" indexer for prefix search. There is another way in GQL: an entity whose X property is ['apples', 'apricots', 'bananas'] will match X >= 'apr' and X < 'apr\ufffd' because one value starts with "apr". The entity matches if at least... more »
By dan  - Jan 2 2010 - 4 new of 4 messages    

Debugging search filters? 
  To be more particular about the working filter outside of the search code: ...=', 'Raza Julio') ...1 Dan
By Dan Frankowski  - Jan 2 2010 - 4 new of 4 messages    

gae-search 1.1.2 released 
  Hi, we've released gae-search 1.1.2 which fixes an exception when creating an index with multiple reference properties to the same model. Please download the update from our website and replace your "search" app with the new version: [link] Bye, Waldemar Kornewald... more »
By Waldemar Kornewald  - Nov 28 2009 - 1 new of 1 message    

Gae-search 1.1.1 released 
  Hi, we've released a new gae-search version (full-text search for App Engine + Django). Now, you can get the Premium version much cheaper (ca. €49), though without an included support package. Get it here: [link] Additionally we added automatic removal of stop words from queries... more »
By twanschik@googlemail.com  - Sep 10 2009 - 1 new of 1 message    

Environment variable DJANGO_SETTINGS_MODULE is undefined 
  As per install instructions I copied the "search" folder under my app folder. I have a loader script that loads data from CSV files. ie. class ContractLoader(bulkloader.Load er) This loader script imports my models, which includes the Contract model. The Contract model uses SearchIndexProperty and imports from... more »
By Ilia Lobsanov  - Aug 6 2009 - 19 new of 20 messages    

No more topics in this group.
1 - 9 of 9

XML       Send email to this group: gae-search@googlegroups.com