Groups
Groups
Sign in
Groups
Groups
Djapian Users
Conversations
About
Send feedback
Help
Djapian Users
1–30 of 38
Mark all as read
Report group
0 selected
BozeWolf
, …
umc
5
7/23/12
How to match partial queries (or: how to pass flags to djapian)
I've posted a similar question in the AND/OR thread, but I'd like to reiterate: why isn't
unread,
How to match partial queries (or: how to pass flags to djapian)
I've posted a similar question in the AND/OR thread, but I'd like to reiterate: why isn't
7/23/12
robinne
, …
umc
4
7/23/12
OR, AND, wildcard... searches
Alexander, do you know if and how it's possible to perform queries of form '*foo' ? '
unread,
OR, AND, wildcard... searches
Alexander, do you know if and how it's possible to perform queries of form '*foo' ? '
7/23/12
Игорь Лифарь
11/26/11
Problems with stemming
Hi! I can't do stemming work using djapian with django. Here is my question on stackoverflow,
unread,
Problems with stemming
Hi! I can't do stemming work using djapian with django. Here is my question on stackoverflow,
11/26/11
rd-london
, …
Krzysztof Dorosz
5
6/9/11
Works with Django 1.2.1? Where is release 2.4?
Hi, I would like to ask if there is any planned date for an official 2.4 release known by now? I
unread,
Works with Django 1.2.1? Where is release 2.4?
Hi, I would like to ask if there is any planned date for an official 2.4 release known by now? I
6/9/11
Juan Catalano
,
Krzysztof Dorosz
2
6/9/11
First request too slow using Djapian+Django
It sounds to me like some low level HDD I/O issue.
unread,
First request too slow using Djapian+Django
It sounds to me like some low level HDD I/O issue.
6/9/11
esatte...@wi.rr.com
5/13/11
Store Indexed data on the Hit Object?
I'm curious to know if there has been any though into putting the content from the index into the
unread,
Store Indexed data on the Hit Object?
I'm curious to know if there has been any though into putting the content from the index into the
5/13/11
Jose A. Martín
,
Alex Koshelev
2
5/12/11
Hi from a new djapian user
Welcome aboard! -- Alex Koshelev On Wednesday, May 11, 2011 at 1:38 PM, Jose A. Martín wrote: Hello,
unread,
Hi from a new djapian user
Welcome aboard! -- Alex Koshelev On Wednesday, May 11, 2011 at 1:38 PM, Jose A. Martín wrote: Hello,
5/12/11
Martin Siniawski
2
11/26/10
Sorting Search
I was rereading the docs and I saw the order_by method in the ResultSet object, will try that! On Nov
unread,
Sorting Search
I was rereading the docs and I saw the order_by method in the ResultSet object, will try that! On Nov
11/26/10
robinne
7/30/10
Filter null dates in date field
I have a djapian search based on the tutorial that pulls back data from one model. How do I limit
unread,
Filter null dates in date field
I have a djapian search based on the tutorial that pulls back data from one model. How do I limit
7/30/10
peppergrower
,
esatte...@wi.rr.com
6
7/29/10
Strip HTML when adding to index
Thanks for the tip. I really ought to do more digging into Django so I don't re-invent stuff they
unread,
Strip HTML when adding to index
Thanks for the tip. I really ought to do more digging into Django so I don't re-invent stuff they
7/29/10
peppergrower
7/17/10
Tags not working in CompositeIndexer
I have two models, Submission and Response. I have defined an indexer for each of them in index.py,
unread,
Tags not working in CompositeIndexer
I have two models, Submission and Response. I have defined an indexer for each of them in index.py,
7/17/10
AP
,
Alex Koshelev
2
7/13/10
Indexer fails with null values
Hi, Andreas! It seems to be the bug. Please add this description to issue tracker with you patch. We
unread,
Indexer fails with null values
Hi, Andreas! It seems to be the bug. Please add this description to issue tracker with you patch. We
7/13/10
robinne
7/7/10
reference related models
I have a "Keywords" table that I can query using Djapian and I can return the fields from
unread,
reference related models
I have a "Keywords" table that I can query using Djapian and I can return the fields from
7/7/10
jul
,
Alex Koshelev
2
4/27/10
[djapian-users] Exception Type: DatabaseLockError. Please help!
Hi, jul! Xapian can handle only one writer to its database at once. So you don't have to call `
unread,
[djapian-users] Exception Type: DatabaseLockError. Please help!
Hi, jul! Xapian can handle only one writer to its database at once. So you don't have to call `
4/27/10
AP
, …
khandavally sharma
4
4/27/10
[djapian-users] Unicode issues
Thanks Alex index --rebuild is working but issue is that when I try to use an object in views.py as
unread,
[djapian-users] Unicode issues
Thanks Alex index --rebuild is working but issue is that when I try to use an object in views.py as
4/27/10
AP
, …
Alex Koshelev
3
4/24/10
[djapian-users] UnicodeDecodeError when running indexer
Thanks. It was really the bug. Now fixed. --- Alex Koshelev On Apr 19, 4:08 am, AP <apoi...@gmail.
unread,
[djapian-users] UnicodeDecodeError when running indexer
Thanks. It was really the bug. Now fixed. --- Alex Koshelev On Apr 19, 4:08 am, AP <apoi...@gmail.
4/24/10
sharma
,
Alex Koshelev
2
4/14/10
djapian
Hi, sharma! As described in tutorial `complete_indexer` is fake-indexer object that is created by
unread,
djapian
Hi, sharma! As described in tutorial `complete_indexer` is fake-indexer object that is created by
4/14/10
Ivan
2/18/10
Djanpian usage
Hi! We're using djanpian search in our internet commecrce site soloparfum.ru. Thanks for
unread,
Djanpian usage
Hi! We're using djanpian search in our internet commecrce site soloparfum.ru. Thanks for
2/18/10
jul
,
Alex Koshelev
3
1/25/10
Defining an index combining two tables
Can you explain please? I can add a function to the restaurant model to get all the comments, but how
unread,
Defining an index combining two tables
Can you explain please? I can add a function to the restaurant model to get all the comments, but how
1/25/10
ozgurisil
,
Alex Koshelev
4
1/19/10
integrityerror upon model.save()
Hi Alex, Any progress pertaining to this issue? Issue #97 is "wontfix"ed, however it seems
unread,
integrityerror upon model.save()
Hi Alex, Any progress pertaining to this issue? Issue #97 is "wontfix"ed, however it seems
1/19/10
jul
,
Alex Koshelev
2
1/17/10
issue with many to many field
Hi, jul! It is hard to answer to your question without indexer definition is present but I'll try
unread,
issue with many to many field
Hi, jul! It is hard to answer to your question without indexer definition is present but I'll try
1/17/10
elpaso
,
Alex Koshelev
2
11/23/09
different language fields in the same model: is this possible?
Hi, elpaso! I can give you an advise to use separate Indexers for distinct languages. In each Indexer
unread,
different language fields in the same model: is this possible?
Hi, elpaso! I can give you an advise to use separate Indexers for distinct languages. In each Indexer
11/23/09
Alex Koshelev
, …
ozgurisil
4
11/15/09
Collection Djapian users list
ozgurisil, thanks for response! --- Alex Koshelev On Sun, Nov 15, 2009 at 1:14 PM, ozgurisil <
unread,
Collection Djapian users list
ozgurisil, thanks for response! --- Alex Koshelev On Sun, Nov 15, 2009 at 1:14 PM, ozgurisil <
11/15/09
Alvin
,
Alex Koshelev
2
11/14/09
Extending search through date based + others
Hi, Elvin! Try to perform this query: MyModel.indexer.query('dog').filter(begin_field__gt=
unread,
Extending search through date based + others
Hi, Elvin! Try to perform this query: MyModel.indexer.query('dog').filter(begin_field__gt=
11/14/09
Ali Rıza KELEŞ
,
Alex Koshelev
6
11/4/09
Empty slice error
2009/11/5 Ali Rıza Keleş <ali.r...@gmail.com>: > On Wed, 2009-11-04 at 00:50 +0300, Alex
unread,
Empty slice error
2009/11/5 Ali Rıza Keleş <ali.r...@gmail.com>: > On Wed, 2009-11-04 at 00:50 +0300, Alex
11/4/09
jul
,
Alex Koshelev
2
10/15/09
"Table 'myproject.djapian_change' doesn't exist"
Hi, jul! Try to run `./manage.py syncdb`. It will create all needed tables. --- Alex Koshelev On Thu,
unread,
"Table 'myproject.djapian_change' doesn't exist"
Hi, jul! Try to run `./manage.py syncdb`. It will create all needed tables. --- Alex Koshelev On Thu,
10/15/09
jul
,
Alex Koshelev
2
10/13/09
fields vs tags?
Hi! Fields in Djapian its model fields that are stored in index as plain data. Tags are stores as
unread,
fields vs tags?
Hi! Fields in Djapian its model fields that are stored in index as plain data. Tags are stores as
10/13/09
Dipper
8/7/09
Sites Framework
Hi, does anyone know of an elegant way to combine djapian search with the Django sites framework? I
unread,
Sites Framework
Hi, does anyone know of an elegant way to combine djapian search with the Django sites framework? I
8/7/09
Rodrigo Cea
7/7/09
Indexing HTML
I am using Djapian to index a series of models with TextFields that contain HTML. Is there a way to
unread,
Indexing HTML
I am using Djapian to index a series of models with TextFields that contain HTML. Is there a way to
7/7/09
Michael Ellis
, …
Alex Koshelev
8
8/20/08
Djapian on Django Trunk (Newforms-Admin)
Oh, thanks. I forget to patch setup.py. Note that run_djapian.py does not exist now and its
unread,
Djapian on Django Trunk (Newforms-Admin)
Oh, thanks. I forget to patch setup.py. Note that run_djapian.py does not exist now and its
8/20/08