Opened 11 years ago
Closed 11 years ago
#629 closed defect (invalid)
Silent Query Limit (with Python)
Reported by: | pbaz | Owned by: | Olly Betts |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | QueryParser | Version: | 1.2.7 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | Linux |
Description
Hi,
We are using the Python bindings.
When we execute a query that is very large (either number of keywords or total size in characters) it appears that Xapian will silently truncate the query to some internal buffer size.
What is this internal maximum? Can we increase it if we rebuilt from the source? If so, where?
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
We have done some testing and we're unable to replicate the behaviour we had thought we had seen. Thanks
Note:
See TracTickets
for help on using tickets.
There is no such internal fixed-size buffer.
Can you provide an example?